File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Each 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- -->
You can’t perform that action at this time.
0 commit comments