File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,9 @@ incorporating a new feature.
2424
2525### Conventions
2626
27- Fork the repo and make changes on your fork in a feature branch:
28-
29- - If it's a bugfix branch, name it XXX-something where XXX is the number of the
30- issue
31- - If it's a feature branch, create an enhancement issue to announce your
32- intentions, and name it XXX-something where XXX is the number of the issue.
33-
34- Small changes or changes that have been discussed on the project mailing list
35- may be submitted without a leader issue, in which case you are free to name
36- your branch however you like.
27+ Fork the repo and make changes on your fork in a feature branch.
28+ For larger bugs and enhancements, consider filing a leader issue or mailing-list thread for discussion that is independent of the implementation.
29+ Small changes or changes that have been discussed on the project mailing list may be submitted without a leader issue.
3730
3831If the project has a test suite, submit unit tests for your changes. Take a
3932look at existing tests for inspiration. Run the full test suite on your branch
You can’t perform that action at this time.
0 commit comments