Skip to content

Commit

Permalink
CONTRIBUTING: Make leader-issues optional
Browse files Browse the repository at this point in the history
For small projects like ocitools a strict requirement would just be
busywork.  And the risk here (a submitted PR that would have been
rejected or redirected in a leader issue) is a risk assumed by the
submitter (who sunk time in the wrong direction) and not much cost to
the maintainers.

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed May 19, 2016
1 parent 5ac5ed9 commit 0548361
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Fork the repo and make changes on your fork in a feature branch:
- 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.

Submit unit tests for your changes. Go has a great test framework built in; use
it! Take a look at existing tests for inspiration. Run the full test suite on
your branch before submitting a pull request.
Expand Down

0 comments on commit 0548361

Please sign in to comment.