Thank you for your interest in contributing to Replicheck! We welcome contributions of all kinds, including bug reports, feature requests, code, and documentation improvements.
- Fork the repository and create your branch from
main. - Write clear, concise commit messages.
- Add tests for new features or bug fixes when possible.
- Ensure code style by running
black .before submitting. - Run all tests with
pytestto make sure nothing is broken. - Open a pull request with a clear description of your changes and why they are needed.
- Use Black for code formatting.
- Follow PEP8 guidelines.
If you find a bug or have a feature request, please open an issue. Include as much detail as possible, including:
- Steps to reproduce
- Expected behavior
- Actual behavior
- Screenshots or code snippets if relevant
- Ensure your branch is up to date with
mainbefore opening a PR. - Describe your changes and reference any related issues.
- Be responsive to feedback and requested changes.
Please be respectful and considerate in all interactions. We follow the Contributor Covenant Code of Conduct.