docs: add bounty evidence templates#433
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughDocumentation adds three structured evidence template formats (PR/fix, review, smoke-check/bug-report) for bounty submissions, with guidance on selecting the smallest suitable template and a rule against describing work as accepted/merged/paid until public GitHub labels or MRWK proofs exist. Smoke test validation is extended to ensure template content remains present. ChangesBounty submission templates and validation
Possibly related PRs
🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
aiautotool
left a comment
There was a problem hiding this comment.
Reviewed PR #433 against current origin/main. The change is focused on docs: it adds submission evidence templates to docs/bounty-rules.md and extends scripts/docs_smoke.py so the new section remains covered.
I checked the templates against the current bounty workflows in docs/bounty-rules.md, the PR template, and recent issue comment patterns. The fields cover the main accepted submission shapes without implying acceptance, merge, payment, price, bridge, or off-ramp behavior. The smoke-check addition is also narrow and verifies the new headings/labels without making docs smoke brittle around the exact template body.
Local verification on head 54a56fcb23a766878d74fde6cd24e933b47953c9:
python scripts/docs_smoke.py-> docs smoke okpython -m pytest tests/test_docs_public_urls.py -q-> 18 passedpython -m ruff check scripts/docs_smoke.py-> passedpython -m ruff format --check scripts/docs_smoke.py-> passedgit diff --check origin/main...HEAD-> passed
No blocking issues found from my review.
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: 7c878496-7289-4280-830a-864971e45960
📒 Files selected for processing (2)
docs/bounty-rules.mdscripts/docs_smoke.py
Summary
docs/bounty-rules.md.scripts/docs_smoke.pyso the new evidence-template section remains covered by docs smoke checks.Refs #426
Evidence
docs/bounty-rules.md,scripts/docs_smoke.py.Test Evidence
./.venv/Scripts/python.exe scripts/docs_smoke.py-> docs smoke ok./.venv/Scripts/python.exe -m ruff check scripts/docs_smoke.py-> passed./.venv/Scripts/python.exe -m ruff format --check scripts/docs_smoke.py-> passedgit diff --check-> cleanMRWK
Related bounty or issue (
Bounty #NorRefs #Nfor multi-award bounties): Refs #426Summary by CodeRabbit
Documentation
Tests