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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,16 @@ body:
133
133
description: Logs? Screenshots? Yes, please.
134
134
validations:
135
135
required: true
136
+
- type: textarea
137
+
id: additional
138
+
attributes:
139
+
label: Additional Context
140
+
description:
141
+
Add any other context here. Please keep the pre-filled text, which helps us manage issue prioritization.
142
+
value: |-
143
+
<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>
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature.yml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,16 @@ body:
23
23
Add a blender to Sentry.
24
24
validations:
25
25
required: true
26
+
- type: textarea
27
+
id: additional
28
+
attributes:
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>
0 commit comments