Skip to content

Commit

Permalink
Merge pull request #27 from wking/no-branch-names
Browse files Browse the repository at this point in the history
CONTRIBUTING: Remove branch-naming suggestions
  • Loading branch information
philips authored Jan 18, 2017
2 parents 9f95b15 + b3bde88 commit 16f84db
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,9 @@ incorporating a new feature.

### Conventions

Fork the repo and make changes on your fork in a feature branch:

- If it's a bugfix branch, name it XXX-something where XXX is the number of the
issue
- If it's a feature branch, create an enhancement issue to announce your
intentions, and name it XXX-something where XXX is the number of the issue.

Small changes or changes that have been discussed on the project mailing list
may be submitted without a leader issue, in which case you are free to name
your branch however you like.
Fork the repo and make changes on your fork in a feature branch.
For larger bugs and enhancements, consider filing a leader issue or mailing-list thread for discussion that is independent of the implementation.
Small changes or changes that have been discussed on the project mailing list may be submitted without a leader issue.

If the project has a test suite, submit unit tests for your changes. Take a
look at existing tests for inspiration. Run the full test suite on your branch
Expand Down

0 comments on commit 16f84db

Please sign in to comment.