👍🎉 First off, thanks for taking the time to contribute! 🎉👍
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
Create feature branches.
One pull request per feature - If you want to do more than one thing, send multiple pull requests.
Send coherent history - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.
- Fork the project.
- Create a new branch (
git checkout -b 'branch name'
). - Commit your changes (
git commit -m 'Add something new'
). - Push to the branch (
git push -u origin 'branch name'
). - Open a Pull Request.
Follow the commit messages specification.
Happy coding!