Skip to content

Commit

Permalink
chore(repo): Add internal blank issue template (#12986)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Lms24 committed Jul 19, 2024
1 parent 231fc00 commit a49b2b9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/internal.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a49b2b9

Please sign in to comment.