diff options
author | Unknwon <u@gogs.io> | 2016-07-28 10:36:26 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-28 10:36:26 +0800 |
commit | 03ba257ad2e52a30e198deee4bfcd5e5d0fa9258 (patch) | |
tree | 8e38fd4ad97850344bff6d98e3b5bbc2d7ebfb9c /.github/PULL_REQUEST_TEMPLATE.md | |
parent | fe60ca408b7bbec43bdba18d0eded2ed586ddfdd (diff) | |
download | gitea-03ba257ad2e52a30e198deee4bfcd5e5d0fa9258.tar.gz gitea-03ba257ad2e52a30e198deee4bfcd5e5d0fa9258.zip |
Update GitHub templates
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 860eee772e..3923c80079 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,9 @@ -Please, make sure you are targeting the `develop` branch! +The pull request will be closed without any reasons if it does not satisfy any of following requirements: -More instructions about contributing with Gogs code can be found here: +1. Please make sure you are targeting the `develop` branch. +2. Please read contributing guidelines: https://github.com/gogits/gogs/wiki/Contributing-Code +3. Please describe what your pull request does and which issue you're targeting +4. ... if it is not related to any particular issues, explain why we should not reject your pull request. + +**You MUST delete above content including this line before posting; too lazy to take this action considered invalid report.**
\ No newline at end of file |