diff options
author | Ikko Ashimine <eltociear@gmail.com> | 2021-05-22 23:46:33 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-22 10:46:33 -0400 |
commit | 5c7e2f47b7748403a6cf649ca0feb85732dad948 (patch) | |
tree | db88aafb32c8eb341d03da820fe4abf57d5edfbf /.github | |
parent | 77fa7146c6c7f9b1efdc06c24ef7d1f278871e13 (diff) | |
download | gitea-5c7e2f47b7748403a6cf649ca0feb85732dad948.tar.gz gitea-5c7e2f47b7748403a6cf649ca0feb85732dad948.zip |
Update pull_request_template.md (#15948)
Branch name
- master -> main
Diffstat (limited to '.github')
-rw-r--r-- | .github/pull_request_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 702062490d..9f5ecab4b0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ Please check the following: -1. Make sure you are targeting the `master` branch, pull requests on release branches are only allowed for bug fixes. +1. Make sure you are targeting the `main` 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) |