Contributing
September 18, 2018 ยท View on GitHub
It's very easy..!
Just, follow these guidelines before any contribution:
ToDo
- Check the content of ToDo file and make sure you have followed the rules below in the SRC and/or Documentation section.
- OR you could refer to the Issues & Bugs section for reporting the issues and problems.
SRC
- Fork the project.
- Clone
gh-pagesbranch into/path/to/repo/js.orgpath. - Make your changes in
/path/to/repo/srcpath. - Test your changes using
npm run dev. - Commit your changes to
masterbranch (from/path/to/repopath). - If you have registered in npmjs.com, add your
username to
contributorslist ofpackage.jsonfile. - Send a pull request. Bonus points for topic branches.
Documentation
- Fork the project.
- Clone
gh-pagesbranch into/path/to/repo/js.orgpath. - Make your changes in
/path/to/repo/docspath. - Test your changes using
npm run dev. - Commit your changes to
masterbranch (from/path/to/repopath). - If you have registered in npmjs.com, add your
username to
contributorslist ofpackage.jsonfile. - Send a pull request. Bonus points for topic branches.
Issues & Bugs
Just make an issue using one of the provided issue templates.