Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 941 Bytes

File metadata and controls

34 lines (23 loc) · 941 Bytes

Contributing to Cyntrisec

Thanks for your interest in contributing. Here's how to get started.

Getting Started

  1. Fork the repository
  2. Create a feature branch from main
  3. Make your changes
  4. Run existing tests to make sure nothing breaks
  5. Submit a pull request

Pull Requests

  • Keep PRs focused on a single change
  • Include a clear description of what changed and why
  • Reference any related issues
  • Make sure CI passes before requesting review

Issues

  • Use GitHub Issues to report bugs or suggest features
  • Include steps to reproduce for bug reports
  • Check existing issues before opening a new one

Code Style

  • Follow the existing conventions in each repository
  • Rust projects: run cargo fmt and cargo clippy before submitting
  • Python projects: run ruff or the configured linter

License

By contributing, you agree that your contributions will be licensed under the same license as the project.