Skip to content

Commit cd0b4df

Browse files
chore: update GitHub issue templates (#278)
1 parent b9fd986 commit cd0b4df

File tree

6 files changed

+105
-37
lines changed

6 files changed

+105
-37
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: 💡 Feature Request
2+
description: Tell us about a problem our GitHub action could solve but doesn't.
3+
labels: ["Feature"]
4+
body:
5+
- type: textarea
6+
id: problem
7+
attributes:
8+
label: Problem Statement
9+
description: What problem could Sentry solve that it doesn't?
10+
placeholder: |-
11+
I want to make whirled peas, but Sentry doesn't blend.
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: expected
17+
attributes:
18+
label: Solution Brainstorm
19+
description: We know you have bright ideas to share ... share away, friend.
20+
placeholder: |-
21+
Add a blender to Sentry.
22+
validations:
23+
required: false
24+
25+
- type: markdown
26+
attributes:
27+
value: |-
28+
## Thanks 🙏
29+
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: 🐞 Bug Report
2+
description: Tell us about something that's not working the way we (probably) intend.
3+
labels: ["Bug"]
4+
body:
5+
- type: textarea
6+
id: environment
7+
attributes:
8+
label: Environment
9+
description: How do you use this action?
10+
placeholder: |-
11+
Standard Github runners or self-hosted runners (which OS and arch?)
12+
validations:
13+
required: true
14+
15+
- type: input
16+
id: version
17+
attributes:
18+
description: Which version of the action do you use?
19+
placeholder: "v1 ← should look like this"
20+
label: Version
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
id: repro
26+
attributes:
27+
label: Steps to Reproduce
28+
description: How can we see what you're seeing? Specific is terrific.
29+
placeholder: |-
30+
1. foo
31+
2. bar
32+
3. baz
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
id: expected
38+
attributes:
39+
label: Expected Result
40+
validations:
41+
required: true
42+
43+
- type: textarea
44+
id: actual
45+
attributes:
46+
label: Actual Result
47+
description: Logs? Screenshots? Yes, please.
48+
validations:
49+
required: true
50+
51+
- type: markdown
52+
attributes:
53+
value: |-
54+
## Thanks 🙏
55+
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.

.github/ISSUE_TEMPLATE/bug-report.md

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

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Join Sentry Discord
4+
url: https://discord.com/invite/sentry
5+
about: A place to talk about SDK development and other Sentry related topics. It's not meant as a support channel.

.github/ISSUE_TEMPLATE/feature-request.md

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

0 commit comments

Comments
 (0)