Skip to content

Commit 8274996

Browse files
authored
Merge pull request #6801 from paulbalandan/pr-template
Update PR template
2 parents 5e9d12f + ccce899 commit 8274996

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
33
Each pull request should address a single issue and have a meaningful title.
44
5+
- Pull requests must be in English.
6+
- If a pull request fixes an issue, reference the issue with a suitable keyword (e.g., Fixes <issue number>).
57
- All bug fixes should be sent to the __"develop"__ branch, this is where the next bug fix version will be developed.
68
- PRs with any enhancement should be sent to the next minor version branch, e.g. __"4.3"__
79
@@ -15,15 +17,3 @@ Explain what you have changed, and why.
1517
- [ ] Unit testing, with >80% coverage
1618
- [ ] User guide updated
1719
- [ ] Conforms to style guide
18-
19-
<!--
20-
21-
**Notes**
22-
- Pull requests must be in English
23-
- If the PR solves an issue, reference it with a suitable verb and the issue number
24-
(e.g. fixes <hash>12345)
25-
- Unsolicited pull requests will be considered, but there is no guarantee of acceptance
26-
- Pull requests should be from a feature branch in the contributor's fork of the repository
27-
to the develop branch of the project repository
28-
29-
-->

0 commit comments

Comments
 (0)