You can either open a Github issues or contact me through CodeMentor if you need an fast answer.
npm install-
Compile changes
npm run compile
-
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 testIf 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
- By submitting a pull request you agree for your changes to have the same license as the original plugin