Skip to content

Commit 3fea4ff

Browse files
committed
docs: document stale PR policy and auto-retrigger in CONTRIBUTING.md
1 parent 2d638ea commit 3fea4ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ The repository includes skills for common development tasks. These are located i
5050

5151
## Pull Requests
5252

53-
- PRs must link to the issue they address (`Fixes #NNN` or `Closes #NNN`). For external contributors, this is enforced by a required status check: the linked issue must exist and carry the `triaged` label (added by a maintainer after review). Collaborators are exempt from this check.
53+
- PRs must link to the issue they address (`Fixes #NNN` or `Closes #NNN`). For external contributors, this is enforced by a required status check: the linked issue must exist and carry the `triaged` label (added by a maintainer after review). Collaborators are exempt from this check. You can open the PR before the issue is triaged - the check re-runs automatically once a maintainer adds the label.
54+
- PRs with failing checks that remain inactive are automatically reminded after 7 days and closed after 14 days (collaborators: 14/28 days). Push an update or leave a comment to reset the timer. If you need more time, ask a maintainer to add the `keep-open` label.
5455
- Use the `create-pr` skill for well-formatted PR descriptions, or follow the PR template
5556
- Ensure all checks pass before requesting review:
5657
```bash

0 commit comments

Comments
 (0)