If you have a new feature you would like to add or any fixes you want to contribute, be sure to follow this guideline.
-
Fork the repository.
-
Make your changes
- Create a new branch: Example
git branch new-branch
- Checkout new branch:
git checkout new-branch
- Add, commit and push your changes to the new branch
git add .
git commit -m "changes"
git push origin new-branch
-
Go to your forked repository and press the “New pull request” button.
-
Send a pull-request in
dev
branch and ensure the pull request follows the template. -
Once the pull request is reviewed and approved, it will be merged.