From 8dd84a0693074e3d56e64186acdf4184f126d611 Mon Sep 17 00:00:00 2001 From: jessebot Date: Tue, 10 Mar 2026 11:50:50 +0100 Subject: [PATCH] note how issues work This is just so people understand that adding an issue doesn't mean we'll generate a PR for you, only because we are time constrained, but that you're still free to add an Issue and perhaps we or someone else in the community will create a PR for you :) --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 76f0e0a..4978453 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -## Contributing +## Contributing Pull Requests To contribute to this list, file a pull request adding it to the appropriate category, along with any known alternatives. The pull request must include links to evidence of such (social media posts, screenshots, commit history, links to `AGENTS.md` or `CLAUDE.md`, etc). Title the pull request "Add ``" or such. @@ -19,3 +19,7 @@ Any project here may be removed as long as the following become true, *even if p 1. The project establishes a "No genAI" policy, where the core developers commit to no longer using LLMs for developing that project in particular and no longer accepting obvious LLM-authored contributions, and state the policy prominently in their repo. 2. Any genAI functionality of the project itself is removed in its entirety. "Kill switches" are insufficient. + +## Issues + +Issues are meant primarily for discussing if something should be added or questions regarding clarification. An issue that says "Add x software" will be treated as a call to community action and labeled with `ready-for-pr` provided it meets the above criteria. This is not a problem, but does not necessarily mean the core maintainers of this repo will create that PR for you, however it does mean you or someone else in the community is clear to go ahead and submit a PR for that software. This is maintained in the community's free time, so please understand that there will sometimes be a delay in when a PR is generated for you. \ No newline at end of file