diff options
author | Thomas Boerger <tboerger@suse.de> | 2016-11-28 14:28:40 +0100 |
---|---|---|
committer | Thomas Boerger <tboerger@suse.de> | 2016-11-28 14:28:40 +0100 |
commit | 9628d4fb4405b1d6dfddd43ec8dd65c8dc163424 (patch) | |
tree | ba72c75253226fa1d6b6303787c44bc0cdac04a1 /.github/pull_request_template.md | |
parent | 3d2138812cf5cebc986762b3ce099e6b6f370825 (diff) | |
download | gitea-9628d4fb4405b1d6dfddd43ec8dd65c8dc163424.tar.gz gitea-9628d4fb4405b1d6dfddd43ec8dd65c8dc163424.zip |
Unified GitHub templates accross all projects
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r-- | .github/pull_request_template.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..702062490d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +Please check the following: + +1. Make sure you are targeting the `master` branch, pull requests on release branches are only allowed for bug fixes. +2. Read contributing guidelines: https://github.com/go-gitea/gitea/blob/master/CONTRIBUTING.md +3. Describe what your pull request does and which issue you're targeting (if any) + +**You MUST delete the content above including this line before posting, otherwise your pull request will be invalid.** |