Skip to content

Commit 0027aa9

Browse files
authored
chore: Update issue templates (#2213)
1 parent fde688c commit 0027aa9

File tree

6 files changed

+83
-42
lines changed

6 files changed

+83
-42
lines changed

.github/ISSUE_TEMPLATE/blank.yml

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: ["Unity"]
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.

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: 🐞 Bug Report
2+
description: Report a bug in this repo
3+
labels: ["Unity", "Bug"]
4+
body:
5+
- type: textarea
6+
id: environment
7+
attributes:
8+
label: Environment
9+
description: |
10+
How do you use Sentry?
11+
Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?)
12+
13+
Which version of the SDK?
14+
15+
How did you install the package? (Git-URL, Assetstore)
16+
17+
Which version of Unity?
18+
19+
Is this happening in Unity (editor) or on a player like Android, iOS, Windows?
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: steps-to-reproduce
25+
attributes:
26+
label: Steps to Reproduce
27+
description: |
28+
1. What
29+
2. you
30+
3. did.
31+
validations:
32+
required: true
33+
34+
- type: textarea
35+
id: expected-result
36+
attributes:
37+
label: Expected Result
38+
description: What you thought would happen.
39+
validations:
40+
required: true
41+
42+
- type: textarea
43+
id: actual-result
44+
attributes:
45+
label: Actual Result
46+
description: What actually happened. Maybe a screenshot/recording? Maybe some logs?
47+
validations:
48+
required: true
49+
50+
- type: textarea
51+
id: logs-screenshots
52+
attributes:
53+
label: Any logs or screenshots
54+
validations:
55+
required: false

.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

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: 💡 Feature Request
2+
description: Tell us about a problem our SDK could solve but doesn't.
3+
labels: ["Unity", "Feature"]
4+
body:
5+
- type: textarea
6+
id: feature-request
7+
attributes:
8+
label: What problem could Sentry solve that it doesn't?
9+
validations:
10+
required: true

0 commit comments

Comments
 (0)