diff options
author | Unknwon <u@gogs.io> | 2019-10-24 18:37:00 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2019-10-24 18:37:00 -0700 |
commit | 1ba27853bd69d96691686a60f12031f001d7e75c (patch) | |
tree | e257b5a5ceab80e53aacaab404c66122a4091370 /.github | |
parent | de61bb6a3522287040108b6f64668ac9ab8478b6 (diff) |
Remove use of develop branch
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b1cf1a4e..7132e8e4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,8 @@ The pull request will be closed without any reasons if it does not satisfy any of following requirements: -1. Please make sure you are targeting the `develop` branch. -2. Please read contributing guidelines: +1. 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. +2. Please describe what your pull request does and which issue you're targeting +3. ... 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 pull request.** |