Thank you for your interest in contributing to GhostCheck! We welcome all contributions that help make AI-assisted development more secure.
- Fork the repository on GitHub.
- Clone your fork locally.
- Install dependencies:
pip install -e ".[dev]" - Create a branch for your feature or bug fix.
- Code Style: We follow standard Python conventions. Please ensure your code is readable.
- Tests: Add tests for new features or bug fixes. Run them using
pytest. - Commits: Use descriptive commit messages.
- Security: For security vulnerabilities, please refer to our Security Policy.
- Ensure your code passes all tests.
- Update the README or documentation if necessary.
- Submit a PR describing your changes.
- We will review it and provide feedback as soon as possible.
We appreciate your help!