Bounty #{{ bounty.id }}
Review the reward, status, source issue, and acceptance criteria before starting.
{% set issue_url = safe_public_url(bounty.issue_url) %}{{ bounty.availability_note }} {% if bounty.effective_awards_remaining != bounty.awards_remaining %} Visible capacity before pending proposals: {{ bounty.awards_remaining }} award{% if bounty.awards_remaining != 1 %}s{% endif %}, {{ bounty.available_mrwk }} MRWK. {% endif %}
{% endif %} {% if bounty.pending_payout_proposals or bounty.pending_close_proposal %}Pending treasury proposals
Proposal #{{ bounty.pending_close_proposal.proposal_id }}
would close this bounty after {{ bounty.pending_close_proposal.executes_after }}.
{% if bounty.pending_close_proposal.reference %}
{% set close_reference_url = safe_public_url(bounty.pending_close_proposal.reference) %}
{% if close_reference_url %}
Reference: {{ bounty.pending_close_proposal.reference | replace("https://github.com/", "") }}.
{% else %}
Reference: {{ bounty.pending_close_proposal.reference }}.
{% endif %}
{% endif %}
Acceptance
{{ bounty.acceptance }}
{{ bounty.awards_paid }}/{{ bounty.max_awards }} awards paid{% if bounty.effective_awards_remaining %}; {{ bounty.effective_awards_remaining }} still open{% elif bounty.awards_remaining %}; {{ bounty.awards_remaining }} visibly open before pending proposals{% endif %}.
{{ award.submission_url }}{% else %}-{% endif %}No accepted work has been paid for this bounty yet.
{% endif %}