Skip to content

Commit 7a7ae37

Browse files
authored
meta: replace default blank issue (#4271)
* meta: disable blank issues * meta: add blank issue template
1 parent 01fc0ec commit 7a7ae37

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Blank Issue
2+
description: Blank Issue. Reserved for maintainers.
3+
labels: [".NET"]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: Please describe the issue.
10+
validations:
11+
required: true
12+
13+
- type: markdown
14+
attributes:
15+
value: |-
16+
## Thanks 🙏
17+
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.

0 commit comments

Comments
 (0)