mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-23 05:42:33 +09:00
chore: simplify issue and pull request templates (#37799)
This commit is contained in:
20
.github/pull_request_template.md
vendored
20
.github/pull_request_template.md
vendored
@@ -1,11 +1,9 @@
|
||||
<!-- start tips -->
|
||||
Please check the following:
|
||||
1. Make sure you are targeting the `main` branch, pull requests on release branches are only allowed for backports.
|
||||
2. Use a Conventional Commits PR title, for example `fix(repo): handle empty branch names`.
|
||||
3. Make sure you have read contributing guidelines: https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md .
|
||||
4. For documentations contribution, please go to https://gitea.com/gitea/docs
|
||||
5. Describe what your pull request does and which issue you're targeting (if any).
|
||||
6. It is recommended to enable "Allow edits by maintainers", so maintainers can help more easily.
|
||||
7. Your input here will be included in the commit message when this PR has been merged. If you don't want some content to be included, please separate them with a line like `---`.
|
||||
8. Delete all these tips before posting.
|
||||
<!-- end tips -->
|
||||
<!--
|
||||
Before submitting:
|
||||
- Target the `main` branch; release branches are for backports only.
|
||||
- Use a Conventional Commits title, e.g. `fix(repo): handle empty branch names`.
|
||||
- Read the contributing guidelines: https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md
|
||||
- Documentation changes go to https://gitea.com/gitea/docs
|
||||
|
||||
Describe your change below and link any issue it fixes.
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user