mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Update PR template
This commit is contained in:
parent
bec75ab0f3
commit
ccce899617
14
.github/PULL_REQUEST_TEMPLATE.md
vendored
14
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -2,6 +2,8 @@
|
||||
|
||||
Each pull request should address a single issue and have a meaningful title.
|
||||
|
||||
- Pull requests must be in English.
|
||||
- If a pull request fixes an issue, reference the issue with a suitable keyword (e.g., Fixes <issue number>).
|
||||
- All bug fixes should be sent to the __"develop"__ branch, this is where the next bug fix version will be developed.
|
||||
- PRs with any enhancement should be sent to the next minor version branch, e.g. __"4.3"__
|
||||
|
||||
@ -15,15 +17,3 @@ Explain what you have changed, and why.
|
||||
- [ ] Unit testing, with >80% coverage
|
||||
- [ ] User guide updated
|
||||
- [ ] Conforms to style guide
|
||||
|
||||
<!--
|
||||
|
||||
**Notes**
|
||||
- Pull requests must be in English
|
||||
- If the PR solves an issue, reference it with a suitable verb and the issue number
|
||||
(e.g. fixes <hash>12345)
|
||||
- Unsolicited pull requests will be considered, but there is no guarantee of acceptance
|
||||
- Pull requests should be from a feature branch in the contributor's fork of the repository
|
||||
to the develop branch of the project repository
|
||||
|
||||
-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user