Contributing
Before contributing to this repository, please first discuss the change you wish to make via issue, or any other method with the owners of this repository before making a change. Take a look at the Contributing Guidelines to get a better picture regarding the codebase and project structure.
How do I contribute?
- Ensure you have no "dummy" files left, if you do then add them to the bottom of
.gitignore
. - Fork and clone our repository.
- Make your life-changing changes.
- Run
npm run build
which generates alib
directory with the transpiledes5
code. - Fire in
sudo npm link
to test everything works fine. - Commit and push your changes.
- Make a detailed pull request.
npm link
creates a symlink in the global folder making the mevn
command globally available within your local development environment
Why should I contribute?
Contributing helps people and makes the world simply a better place, without contributors this project would cease to exist.
What if I cannot code or do not like it?
You can always write documentation, most repositories lack in it.
What is next?
Nothing! You are done and ready to get coding!