Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 948 Bytes

File metadata and controls

26 lines (18 loc) · 948 Bytes

Contributing to GhostCheck

Thank you for your interest in contributing to GhostCheck! We welcome all contributions that help make AI-assisted development more secure.

Getting Started

  1. Fork the repository on GitHub.
  2. Clone your fork locally.
  3. Install dependencies: pip install -e ".[dev]"
  4. Create a branch for your feature or bug fix.

Guidelines

  • 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.

Pull Request Process

  1. Ensure your code passes all tests.
  2. Update the README or documentation if necessary.
  3. Submit a PR describing your changes.
  4. We will review it and provide feedback as soon as possible.

We appreciate your help!