- Fork the project
- Create a new branch with your changes:
git checkout -b feature/my-feature - For a fix or suggestion, create a new branch with your changes:
git checkout -b fix/my-fix - Save your changes and create a commit message telling you what you did:
git commit -m "feature: My new feature" - Submit your changes:
git push origin feature/my-feature - Open a pull request with your branch
- After the merge of your pull request is done, you can delete your branch
- If you have any questions, please contact me at email