From 64fd4de393afd8e23e43c6db3eeaee488e405845 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sat, 16 May 2026 13:40:23 -0400 Subject: [PATCH] docs: offer issue-based contribution path alongside PRs Add a third option for contributors who'd rather not write the code themselves: file an issue and a maintainer will implement it with co-author credit on the landing commit. Co-Authored-By: Claude Opus 4.7 (1M context) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9ac7fcd02..5a5c64bb4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,6 +8,7 @@ Outside contributions are welcome! Whether it's a bug fix, a new feature, docume - **Bug fixes and small improvements** -- Send a pull request directly. No need to open an issue first. - **Larger features or changes** -- Please open a [GitHub Issue](https://github.com/fabro-sh/fabro/issues) or start a [Discussion](https://github.com/fabro-sh/fabro/discussions) first so we can align on the approach before you invest significant time. +- **Prefer not to write the code yourself?** -- As an alternative to opening a PR, you can file a [GitHub Issue](https://github.com/fabro-sh/fabro/issues) describing the bug or feature. A Fabro maintainer will implement it (supervising AI coding agents and workflows) and include you as a co-author on the commit that lands the change. - **Questions** -- Open a Discussion or email [bryan@qlty.sh](mailto:bryan@qlty.sh). ## Development setup