You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#649 asks proposed-work submitters to either link the bounty issue from the proposed-work issue or comment back on #649 with the proposed-work URL. The current proposed-work issue form has required sections for problem, evidence, proposed work, expected value, acceptance, tests, duplicate search, and out-of-scope notes, but it has no explicit required field for the related bounty, source issue, PR, or discussion that prompted the proposal.
That makes #649-style intake depend on authors remembering to place Bounty #649, Related proposed-work bounty: #649, or a source link somewhere in free text. It also makes later queue/reporting work harder because the source context is not captured in a predictable form field.
The current template field ids are problem, evidence, proposed_work, expected_value, reference_tier, acceptance, tests, duplicate_search, and out_of_scope.
Also add focused docs-smoke coverage so the field remains present and required. If useful, add one short sentence to an existing contributor/agent doc telling #649-style submitters to fill this field.
Expected value
Maintainers reviewing proposed-work intake can see the source bounty/context without parsing arbitrary prose or chasing a separate claim comment.
scripts/docs_smoke.py or equivalent focused coverage fails if the field is removed or no longer required.
The existing non-claimability warning remains intact: a proposed-work issue is not a live MRWK bounty and /claim should not be submitted unless a future live bounty exists.
Evidence or tests required
Inspect .github/ISSUE_TEMPLATE/proposed-work.yml and confirm the new field exists with validations.required: true.
Run the focused docs-smoke check, likely python scripts/docs_smoke.py, or a narrower equivalent test if maintainers prefer.
Confirm the existing warning text about proposed work not being a live MRWK bounty remains present.
Duplicate search
I searched for existing issues using phrases including:
proposed-work template related bounty source
related bounty/source field
source issue proposed-work template
Bounty #649 template field
I did not find an existing proposed-work issue for adding a required related bounty/source field. Related but distinct issues are #672, #684, #696, #676, #688, #693, #697, and #698 as described above.
Problem
#649 asks proposed-work submitters to either link the bounty issue from the proposed-work issue or comment back on #649 with the proposed-work URL. The current proposed-work issue form has required sections for problem, evidence, proposed work, expected value, acceptance, tests, duplicate search, and out-of-scope notes, but it has no explicit required field for the related bounty, source issue, PR, or discussion that prompted the proposal.
That makes #649-style intake depend on authors remembering to place
Bounty #649,Related proposed-work bounty: #649, or a source link somewhere in free text. It also makes later queue/reporting work harder because the source context is not captured in a predictable form field.Evidence
MRWK bounty: 50 MRWK - accepted proposed-work requests, round 1 #649
related_bounty,source_issue, or equivalent field:https://github.com/ramimbo/mergework/blob/main/.github/ISSUE_TEMPLATE/proposed-work.yml
problem,evidence,proposed_work,expected_value,reference_tier,acceptance,tests,duplicate_search, andout_of_scope.Related proposed-work bounty: #649, while newer submissions such as Proposed work: distinguish bounty references from GitHub linked issues #696, Proposed work: clarify partial pending-payout availability guidance #697, and Proposed work: align generic work-proof JSON availability keys #698 use a terseBounty #649.Proposed work
Add a small required field to
.github/ISSUE_TEMPLATE/proposed-work.yml, for example:related_bounty_or_sourceRelated bounty or source issueAlso add focused docs-smoke coverage so the field remains present and required. If useful, add one short sentence to an existing contributor/agent doc telling #649-style submitters to fill this field.
Expected value
Relationship to related proposals
proposed-worklabel because the submitter cannot add labels through CLI/API. This proposal is about a missing source/bounty field even when the template is used.Possible acceptance criteria
scripts/docs_smoke.pyor equivalent focused coverage fails if the field is removed or no longer required./claimshould not be submitted unless a future live bounty exists.Evidence or tests required
.github/ISSUE_TEMPLATE/proposed-work.ymland confirm the new field exists withvalidations.required: true.python scripts/docs_smoke.py, or a narrower equivalent test if maintainers prefer.Duplicate search
I searched for existing issues using phrases including:
proposed-work template related bounty sourcerelated bounty/source fieldsource issue proposed-work templateBounty #649 template fieldI did not find an existing proposed-work issue for adding a required related bounty/source field. Related but distinct issues are #672, #684, #696, #676, #688, #693, #697, and #698 as described above.
Out of scope