Thank you for your interest in contributing! For any specific questions or suggestions, feel free to create a new issue with specific details.
- Fork this repository and clone your fork onto your machine.
- Make sure you have a working version of Node and npm installed.
- In the command line terminal, navigate to the root directory of your local clone.
- Run
npm install
to install all the development dependencies of this project. - Make changes to your code.
- Commit and push all files to your forked repository.
- When you've finished making your changes, make sure your local clone is up-to-date.
- Pull (or fetch and merge) down code from the
master
branch of the original repository. - Resolve any merge conflicts.
- Create a pull request from your forked repository into the
development
branch of the original repository. - Please include specific details about your pull request.