Skip to content

Commit 046ab9d

Browse files
chore: update issue templates (#2493)
closes #2038 (added the same form as for other repos) closes #2036
1 parent 4a0270f commit 046ab9d

File tree

5 files changed

+49
-14
lines changed

5 files changed

+49
-14
lines changed

.github/ISSUE_TEMPLATE/01-feature.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: 💡 Feature Request
2+
description: Suggest an idea for improving Sentry CLI
3+
labels: ["CLI", "Feature"]
4+
body:
5+
- type: textarea
6+
id: problem
7+
attributes:
8+
label: Problem Statement
9+
description: What problem could CLI solve that it currently 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.

.github/ISSUE_TEMPLATE/BUG_REPORT.yml renamed to .github/ISSUE_TEMPLATE/02-bug.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 🐞 Bug Report
2-
description: Report a bug in this repo
2+
description: Report a bug in Sentry CLI
33
labels: ["CLI", "Bug"]
44
body:
55
- type: markdown
@@ -93,5 +93,6 @@ body:
9393
required: true
9494
- type: markdown
9595
attributes:
96-
value: |
97-
**Thank you for your report!** We will investigate the issue and respond as soon as possible.
96+
value: |-
97+
## Thanks 🙏
98+
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

Lines changed: 0 additions & 11 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.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Blank Issue
2+
description: Blank Issue. Reserved for maintainers.
3+
labels: ["CLI"]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: Please describe the issue.
10+
validations:
11+
required: true

0 commit comments

Comments
 (0)