From 9a4b05fad80f0615ac5f6add5fbf27314caa3601 Mon Sep 17 00:00:00 2001 From: Matt Rossman <22670878+mattrossman@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:20:45 -0400 Subject: [PATCH 1/2] docs: contributing guidelines for issues and PR --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2115b887..40376c08 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,11 @@ # Contributing +Before opening an issue or PR, please read this guide. + +- **Issues** should describe a bug or request a feature. Issues that promote unaffiliated products or services will be closed. +- **PRs** should address an accepted issue. Open an issue first for new features or behavior changes so we can agree on the approach before you invest time coding. PRs that promote unaffiliated products or services will be closed. +- AI-assisted contributions are welcome, but a human must review and verify the output. Include verification steps and evidence (screenshots, test output, etc.) in the PR description. + ## Development setup This repo uses pnpm for package management and the active LTS version of Node.js. Node.js and pnpm versions are managed via [mise](https://mise.jdx.dev/) (see `mise.toml`). From 6a94efa1bdd550678f7ddab06f77f7400d2a327a Mon Sep 17 00:00:00 2001 From: Matt Rossman <22670878+mattrossman@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:32:04 -0400 Subject: [PATCH 2/2] docs: issues need impact --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 40376c08..85023d5e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Before opening an issue or PR, please read this guide. -- **Issues** should describe a bug or request a feature. Issues that promote unaffiliated products or services will be closed. +- **Issues** should describe a bug or feature request with context on why it matters. Issues that promote unaffiliated products or services will be closed. - **PRs** should address an accepted issue. Open an issue first for new features or behavior changes so we can agree on the approach before you invest time coding. PRs that promote unaffiliated products or services will be closed. - AI-assisted contributions are welcome, but a human must review and verify the output. Include verification steps and evidence (screenshots, test output, etc.) in the PR description.