From a49b2b9754b4576dbe40cbd9bed508029bb00263 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Fri, 19 Jul 2024 11:22:59 +0200 Subject: [PATCH] chore(repo): Add internal blank issue template (#12986) With the new issues UI (beta), our previous way of skipping issue templates for internally created issues doesn't work anymore. So we add a new template that essentially mimics a blank issue. --- .github/ISSUE_TEMPLATE/internal.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/internal.yml diff --git a/.github/ISSUE_TEMPLATE/internal.yml b/.github/ISSUE_TEMPLATE/internal.yml new file mode 100644 index 000000000000..bd5b1d1f1970 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/internal.yml @@ -0,0 +1,9 @@ +name: 💡 [Internal] Blank Issue +description: Only for Sentry Employees! Create an issue without a template. +body: + - type: textarea + id: description + attributes: + label: Description + validations: + required: true