From f8af2cbe386f9b96dd9efa57ab15a09377f38f4d Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 17 Aug 2025 23:24:40 -0500 Subject: [PATCH] issue_template: remove git blame from issue template (#7692) Don't need to encourage triaging git history to bother people who haven't opted to maintain a module. Signed-off-by: Austin Horstman --- .github/ISSUE_TEMPLATE/issue.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yaml b/.github/ISSUE_TEMPLATE/issue.yaml index 6604809f6..012dbec8f 100644 --- a/.github/ISSUE_TEMPLATE/issue.yaml +++ b/.github/ISSUE_TEMPLATE/issue.yaml @@ -36,7 +36,6 @@ body: label: Maintainer CC description: | Please @ people who are in the `meta.maintainers` list of the offending module. - If in doubt, check `git blame` for whoever last touched something. validations: required: false - type: textarea