Thank you for considering contributing to my projects! Here are some guidelines to help you get started.
-
Fork the repository and clone it to your local machine.
-
Create a new branch for your feature or bugfix:
git checkout -b feature/your-feature-name
-
Make your changes and commit them with clear and concise messages.
-
Push your changes to your forked repository:
git push origin feature/your-feature-name
-
Create a Pull Request from your branch to the
main
branch of this repository.
- Ensure your code is well-documented and includes docstrings.
- Keep your code aligned with the style of the existing code.
- Bump the version of the cog for each change.
- Use a minor version bump for new features.
- Use a patch version bump for bug fixes.
- Check existing issues before creating a new one.
- Provide detailed information when reporting bugs or suggesting features.
By contributing, you agree that your contributions will be licensed under the MIT License.
Thank you for your contributions!