docs: state what contributions the project accepts - #29
Merged
Conversation
Two automated pull requests arrived within 40 minutes of the tracker being
populated, both fork-to-PR in under four minutes, one from a self-described
"AI-assisted contributor" account created three days earlier. Separately, an
issue was claimed by an account that posted the same claim on five unrelated
repositories inside seven minutes.
None of it was malicious and one of the patches was reasonable work, but
reviewing generated drive-by changes to a security library costs more than the
changes are worth, and there was no written policy to point at when closing
them. Now there is.
Also documents three things contributors were left to discover:
- CI needs maintainer approval for first-time contributors, so absent
checks are expected rather than a problem with their PR
- security reports belong in SECURITY.md, not the tracker
- bypasses of the default keyword filter are documented behaviour, not
vulnerabilities
The good-first-issue labels have been removed from the tracker as well; they
were being scraped, which is how both PRs found the repo minutes after the
issues were filed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Within 40 minutes of the tracker being populated, two automated PRs arrived (#27, #28) β both fork-to-PR in under four minutes, one from an account created three days earlier whose bio reads "AI-assisted contributor β¦ Tips: buymeacoffee.com/β¦". Separately, #25 was claimed by an account that posted the same claim on five unrelated repos inside seven minutes.
Both PRs were closed. Neither was malicious, and #27's patch was reasonable work β but there was no written policy to point at, which made closing them feel arbitrary. Now there is one.
Root cause of the inflow: the
good first issuelabels feed public scrapers, which is how both PRs found a brand-new repo minutes after the issues were filed. Those labels have been removed from the tracker (separate action, no code change).What this adds
A What This Project Accepts section at the top of
CONTRIBUTING.md:rules.py/engine.py/decorator.pyneed to state what they change about blocking behavior and prove bad input is still blockedAnd three things contributors were previously left to discover on their own:
action_required.)SECURITY.md, not the trackerTone
Deliberately firm but not hostile, and it closes by saying the rules aren't meant to discourage genuine contributors. The goal is to have something fair to point at, not to look unwelcoming β #25 is still open and assigned to the contributor who asked for it.
Docs only. No code, no version bump.