Skip to content

Commit

Permalink
Add core developer guidelines to CONTRIBUTING.md (#3104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilevkivskyi authored Apr 1, 2017
1 parent 8f68fa3 commit 5b2c626
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,17 @@ You may also find other pages in the
helpful in developing your change.


Core developer guidelines
-------------------------

Core developers should follow these rules when processing pull requests:

* Always wait for tests to pass before merging PRs.
* Use "[Squash and merge](https://github.com/blog/2141-squash-your-commits)"
to merge PRs.
* Delete branches for merged PRs (by core devs pushing to the main repo).


Issue-tracker conventions
-------------------------

Expand Down

0 comments on commit 5b2c626

Please sign in to comment.