Skip to content

Commit 319eb1f

Browse files
authored
Update new issue config (#47506)
- We have a security option coming in from somewhere else now so remove this one. - Add template bypass link for @dcramer and @evanpurkhiser. - Make option name grammar parallel. - Move optional fields to the bottom.
1 parent 8b874bb commit 319eb1f

File tree

3 files changed

+47
-47
lines changed

3 files changed

+47
-47
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,30 @@ body:
1919
description: If on self-hosted, what version are you running?
2020
validations:
2121
required: false
22+
- type: textarea
23+
id: repro
24+
attributes:
25+
label: Steps to Reproduce
26+
description: How can we see what you're seeing? Specific is terrific.
27+
placeholder: |-
28+
1. foo
29+
2. bar
30+
3. baz
31+
validations:
32+
required: true
33+
- type: textarea
34+
id: expected
35+
attributes:
36+
label: Expected Result
37+
validations:
38+
required: true
39+
- type: textarea
40+
id: actual
41+
attributes:
42+
label: Actual Result
43+
description: Logs? Screenshots? Yes, please.
44+
validations:
45+
required: true
2246
- type: dropdown
2347
id: product-area
2448
attributes:
@@ -75,30 +99,6 @@ body:
7599
description: If on SaaS, what is your DSN? This is an easy way to give us your org ID (non-PII).
76100
validations:
77101
required: false
78-
- type: textarea
79-
id: repro
80-
attributes:
81-
label: Steps to Reproduce
82-
description: How can we see what you're seeing? Specific is terrific.
83-
placeholder: |-
84-
1. foo
85-
2. bar
86-
3. baz
87-
validations:
88-
required: true
89-
- type: textarea
90-
id: expected
91-
attributes:
92-
label: Expected Result
93-
validations:
94-
required: true
95-
- type: textarea
96-
id: actual
97-
attributes:
98-
label: Actual Result
99-
description: Logs? Screenshots? Yes, please.
100-
validations:
101-
required: true
102102
- type: markdown
103103
attributes:
104104
value: |-

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Support Request
3+
- name: Access paid support
44
url: https://sentry.io/support
55
about: Use our dedicated support channel for paid accounts.
6-
- name: Ask a question about self-hosted Sentry (aka onpremise)
6+
- name: Discuss self-hosted
77
url: https://github.com/getsentry/self-hosted/issues/new
88
about: Please use the `self-hosted` repo for questions about self-hosted Sentry.
9-
- name: Report a security vulnerability
10-
url: https://sentry.io/security/#vulnerability-disclosure
11-
about: Please see our guide for responsible disclosure.
9+
- name: Bypass issue templates
10+
url: https://github.com/getsentry/sentry/issues/new
11+
about: This is for you, Cramer.

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
name: 💡 Feature Request
22
description: Tell us about a problem our software could solve but doesn't.
33
body:
4+
- type: textarea
5+
id: problem
6+
attributes:
7+
label: Problem Statement
8+
description: What problem could Sentry solve that it doesn't?
9+
placeholder: |-
10+
I want to make whirled peas, but Sentry doesn't blend.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: expected
15+
attributes:
16+
label: Solution Brainstorm
17+
description: We know you have bright ideas to share ... share away, friend.
18+
placeholder: |-
19+
Add a blender to Sentry.
20+
validations:
21+
required: false
422
- type: dropdown
523
id: product-area
624
attributes:
@@ -41,24 +59,6 @@ body:
4159
- 'Other'
4260
validations:
4361
required: true
44-
- type: textarea
45-
id: problem
46-
attributes:
47-
label: Problem Statement
48-
description: What problem could Sentry solve that it doesn't?
49-
placeholder: |-
50-
I want to make whirled peas, but Sentry doesn't blend.
51-
validations:
52-
required: true
53-
- type: textarea
54-
id: expected
55-
attributes:
56-
label: Solution Brainstorm
57-
description: We know you have bright ideas to share ... share away, friend.
58-
placeholder: |-
59-
Add a blender to Sentry.
60-
validations:
61-
required: false
6262
- type: markdown
6363
attributes:
6464
value: |-

0 commit comments

Comments
 (0)