You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug.yml
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -136,13 +136,14 @@ body:
136
136
id: additional
137
137
attributes:
138
138
label: Additional Context
139
-
description:
140
-
Add any other context here. Please keep the pre-filled text, which helps us manage issue prioritization.
141
-
value: |-
142
-
<sub>Tip: React with π to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it.</sub>
139
+
description: Add any other context here.
143
140
validations:
144
141
required: false
145
-
- type: markdown
142
+
- type: dropdown
146
143
attributes:
147
-
value: |-
148
-
## Thanks π
144
+
label: 'Priority'
145
+
description: Please keep the pre-filled option, which helps us manage issue prioritization.
146
+
default: 0
147
+
options:
148
+
- <sub>React with π to help prioritize this issue. Please use comments to provide useful context, avoiding `+1`
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature.yml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,14 @@ body:
27
27
id: additional
28
28
attributes:
29
29
label: Additional Context
30
-
description:
31
-
Add any other context here. Please keep the pre-filled text, which helps us manage feature prioritization.
32
-
value: |-
33
-
<sub>Tip: React with π to help prioritize this improvement. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it.</sub>
30
+
description: Add any other context here.
34
31
validations:
35
32
required: false
36
-
- type: markdown
33
+
- type: dropdown
37
34
attributes:
38
-
value: |-
39
-
## Thanks π
40
-
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
35
+
label: 'Priority'
36
+
description: Please keep the pre-filled option, which helps us manage issue prioritization.
37
+
default: 0
38
+
options:
39
+
- <sub>React with π to help prioritize this issue. Please use comments to provide useful context, avoiding `+1`
0 commit comments