npm install
-
Make your changes to the project
-
Run tests
npm test
Follow these steps in order to implement your changes/improvements into your desired project:
-
Make sure your changes are on their own branch that is branched off from master.
-
You can do this by:
git checkout master; git checkout -b your-new-branch
-
And push the changes up by:
git push origin your-new-branch
-
Ensure all tests pass:
npm test
If possible, add tests for your change, if you don't know how, mention this in your pull request
To send your changes for the project owner to merge in:
- Submit your pull request
- When submitting, if the original project has a
dev
orintegrate
branch, use that as the target branch for your pull request instead of the defaultmaster
- By submitting a pull request you agree for your changes to have the same license as the original plugin