Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.01 KB

File metadata and controls

21 lines (16 loc) · 1.01 KB

Contributing to Strix Advanced Tools

Thanks for helping — contributions of every size are welcome.

Ways to contribute

  • Report a bug or request a feature — open an issue on the relevant repository.
  • Send a fix or improvement — fork, branch, and open a pull request. Keep changes focused, match the surrounding style, add or update tests where it makes sense, and never add telemetry or network calls to the desktop tools.
  • Report a security issue privately — see SECURITY.md.
  • Submit your own tool for inclusion in the suite (it goes through the same security review and hardening pass every Strix tool did): https://strix-tool.github.io/contribute/

Ground rules

  • Every tool is MIT-licensed. By contributing you agree your contribution is licensed under the same terms and that you have the right to submit it.
  • Offline by default, zero telemetry, least privilege — these are non-negotiable.
  • Be kind. See CODE_OF_CONDUCT.md.