Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Jun 11, 2014
1 parent 0a9b5ed commit 2ba8c29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@ The custom generator API is very new, and still experimental. If you are seriou
1. Fork the repo.
2. Add a test for your change. Only refactoring and documentation changes require no new tests. If you are adding functionality or fixing a bug, we need a test!
4. Make the tests pass and make sure you follow [our syntax guidelines](https://github.com/balderdashy/sails/blob/master/.jshintrc).
5. Push to your fork and submit a pull request to the [master branch](https://github.com/balderdashy/sails/tree/master).
5. Push to your fork and submit a pull request to the appropriate branch:
+ [master](https://github.com/balderdashy/sails/tree/master)
+ corresponds with the "edge" version-- the latest, not-yet-released version of Sails. Most pull requests should be sent here
+ [stable](https://github.com/balderdashy/sails/tree/stable)
+ corresponds with the latest stable release on npm (i.e. if you have a high-priority hotfix, send the PR here)



Expand Down

0 comments on commit 2ba8c29

Please sign in to comment.