Contributing
We welcome contributions from everyone. Please see our CONTRIBUTING.md for more details.
How to Contribute
Reporting Bugs
If you find a bug, please open an issue on GitHub with the following information:
- A clear and descriptive title.
- A detailed description of the problem.
- Steps to reproduce the issue.
- Any relevant logs or screenshots.
Suggesting Enhancements
If you have an idea for a new feature or an enhancement to an existing feature, please open an issue on GitHub with the following information:
- A clear and descriptive title.
- A detailed description of the proposed enhancement.
- Any relevant examples or use cases.
Pull Requests
We welcome pull requests for bug fixes, new features, and documentation improvements. To submit a pull request, follow these steps:
- Fork the repository and create your branch from
main
. - Make your changes in your forked repository.
- Ensure your code follows our coding standards and passes all tests.
- Update documentation as needed.
- Open a pull request against the
main
branch with a clear and descriptive title.