Skip to content

Commit a49b2b9

Browse files
authored
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.
1 parent 231fc00 commit a49b2b9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/ISSUE_TEMPLATE/internal.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: 💡 [Internal] Blank Issue
2+
description: Only for Sentry Employees! Create an issue without a template.
3+
body:
4+
- type: textarea
5+
id: description
6+
attributes:
7+
label: Description
8+
validations:
9+
required: true

0 commit comments

Comments
 (0)