From 32a19a41ff2e21abff5b816b63592c5170783006 Mon Sep 17 00:00:00 2001 From: mehrdad Date: Wed, 20 May 2026 12:24:12 +0100 Subject: [PATCH] chore: add toggleable retroactive grant notice to issue templates Embeds a commented retroactive-grant notice in the Additional context field of both bug and feature templates. Hidden by default; team members remove the comment markers and fill in the compensation cap when an issue is retroactively compensated. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/ISSUE_TEMPLATE/bug-report.yml | 25 ++++++++++++++++++++-- .github/ISSUE_TEMPLATE/feature-request.yml | 25 ++++++++++++++++++++-- 2 files changed, 46 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index aaefddf4..e90d4a94 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -108,5 +108,26 @@ body: id: additional-context attributes: label: Additional context - description: Add any other context about the problem here. - placeholder: Any other information that might help us debug. + description: Add any other context about the problem here. If this issue is retroactively compensated, remove the `` markers from the block below so the notice appears in the published issue. + value: | + diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index d209f572..783e7a2d 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -39,8 +39,29 @@ body: id: additional-context attributes: label: Additional context - description: Add any other context or screenshots about the feature request here. - placeholder: Any other relevant info, mockups, or examples. + description: Add any other context or screenshots about the feature request here. If this issue is retroactively compensated, remove the `` markers from the block below so the notice appears in the published issue. + value: | + - type: markdown attributes: