Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 562 Bytes

File metadata and controls

13 lines (9 loc) · 562 Bytes

Contributing to FuzzAI

Thanks for your interest in contributing!

Steps to contribute:

  1. Fork the repo and create a feature branch: git checkout -b feature/my-change
  2. Run tests (if added) and follow code style.
  3. Open a PR from your forked branch to main with a clear description of the change.
  4. Add tests for new features where possible.

We will review PRs and respond within 3 business days.

Be respectful and constructive. See CODE_OF_CONDUCT.md for behavioural expectations.