Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Commit 025ac42

Browse files
committed
Adding CHANGELOG.md to Submitting Pull Requests
1 parent 1677ce7 commit 025ac42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ The custom generator API is very new, and still experimental. If you are seriou
105105
1. Fork the repo.
106106
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!
107107
4. Make the tests pass and make sure you follow [our syntax guidelines](https://github.com/balderdashy/sails/blob/master/.jshintrc).
108-
5. Push to your fork and submit a pull request to the appropriate branch:
108+
5. Add a line of what you did to CHANGELOG.md (right under `master`).
109+
6. Push to your fork and submit a pull request to the appropriate branch:
109110
+ [master](https://github.com/balderdashy/sails/tree/master)
110111
+ corresponds with the "edge" version-- the latest, not-yet-released version of Sails. Most pull requests should be sent here
111112
+ [stable](https://github.com/balderdashy/sails/tree/stable)

0 commit comments

Comments
 (0)