_Welcome hackers! It is awesome to have you here! Before you start contributing with this project make sure you read our Code Of Conduct.
- Fork and clone the repository
- Install the dependencies by running
npm install
- Create a new branch:
git checkout -b my-branch-name
. - Make your change.
- If you are not sure about the appropriate section you can open an
issue
to discuss with the community. - Push to your fork and submit a pull request
Important
- Add screenshots (if possible)
- If you are resolving a
specific issue
, please mention the issue number in your PR description (e.g.Fixes #123
) - Make sure that you are submitting and committing things that are of quality substance, otherwise I will reject your PR.
- Pat yourself on the back and wait for your
pull request (PR)
to be reviewed and merged.