❗ Before you will run a pull request and make changes to the code, just create an issue and let's chat what would you wish to change.
- Fork and clone the repository.
- Configure and install the dependencies.
- Create your branch from master.
- Make your changes in the code.
- Run tests:
npm test
, and fix any code issues withnpm run lint-fix
. - Now you are ready to issue that pull request.
If you are, like myself 👋, a total GitHub begginer. Terms like pull, fork, clone
scare you 😱. Have no fear 💪, because all the help is just a 👉 click away. It is the link to GitHub Help page where you can find everything you need to help you out 🎉.