Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.14 KB

File metadata and controls

20 lines (12 loc) · 1.14 KB

Contributing to Fortress

Fortress is open source and open to contributions. Bug fixes, new features, performance work, docs, and tests are all welcome.

How to contribute

  1. For anything bigger than a small fix, open an issue first so we can agree on the approach before you write code.
  2. Fork the repo and branch from main.
  3. Keep the patch focused. One change per PR.
  4. Open a PR describing what changed and why. A maintainer will review it.

Changes to patches/, the SDK, packaging, and .github/workflows/ require maintainer review, see .github/CODEOWNERS. CI on PRs from forks runs after a maintainer approves the workflow run.

Branding is off limits

The one hard restriction: no PR may add or change branding. This means no third-party attribution, badges, brand strings, logos, or "built with" credits anywhere in the repo. Fortress is not affiliated with any outside party, and PRs implying otherwise will be closed without review. If your change is code, it's welcome; if it touches naming or attribution, it isn't.

Bug reports

Open an issue for bugs, questions, or feature requests. Reproduction steps help.