From ac8df1d2a096b29dd6f8f71294ca3b6119350809 Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Thu, 10 Feb 2022 10:04:01 +0100 Subject: [PATCH] Add guide on sending pull requests --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c725148..8abe2ba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -205,3 +205,11 @@ Another great way to help is to join our [community](https://discord.gg/bm9f8F9Y Feel free to chime in on any [issue](https://github.com/AriaMinaei/theatre/issues). We have labeled some with ["Help wanted"](https://github.com/AriaMinaei/theatre/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22help+wanted%22) or ["Good first issue"](https://github.com/AriaMinaei/theatre/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22) if you're just getting started with the codebase. +## Sending pull requests + +We use Github's regular PR workflow. Basically fork the repo, push your commits, and send a pull request. + +If you're a core contributor and have write access to the repo, you should submit your pull requests from a branch +rather than a personal fork. The naming convention for these branches should be: + +* `(feature|hotfix)/[identifier]` \ No newline at end of file