First off, thank you for considering contributing to our project. It's people like you that make it such a great tool.
If you find a bug, please report it by opening an issue on our GitHub repository. Be sure to include:
- A clear and descriptive title.
- A detailed description of the problem.
- Steps to reproduce the issue.
- Any relevant screenshots or logs.
If you have an idea for an enhancement or new feature, please open an issue on our GitHub repository. Include:
- A clear and descriptive title.
- A detailed description of the enhancement or feature.
- Any relevant examples or use cases.
If you want to contribute code, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name). - Make your changes.
- Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin feature/your-feature-name). - Open a pull request.
Please ensure your code adheres to the project's coding standards. This includes:
- Following the existing code style.
- Writing clear and concise comments.
- Including tests for new features or bug fixes.
If you are adding a new feature or changing existing functionality, please update the documentation accordingly.
By participating in this project, you agree to abide by our Code of Conduct.
Thank you for your contributions!