This repository is a template. The contribution guide below is a generic placeholder. You should adapt it to the specific needs of your project.
- Ensure you have read the project's
README.md. - If you are proposing a new feature, open an issue first to discuss it.
- Fork the repository on GitHub.
- Create a new branch for your changes.
git checkout -b feature/your-feature-name
- Make your changes and commit them with a clear and descriptive message.
- Push your branch to your fork on GitHub.
git push origin feature/your-feature-name
- Open a Pull Request to the
mainbranch of the original repository.
- My code follows the style guidelines of this project.
- I have added tests that prove my fix is effective or that my feature works.
- I have updated the documentation accordingly.
For more ideas on what to include in a contributing guide, check out the Contributor Covenant's guide.