Skip to content

Commit 0305685

Browse files
authored
docs(issue-template): Add note about prioritization (#17590)
Add a `<sub>` text at the end of the issue like [seen here](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/.github/ISSUE_TEMPLATE/bug_report.md). We are using the issue form syntax, so it's added as pre-filled content.
1 parent 4cec9f7 commit 0305685

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,16 @@ body:
133133
description: Logs? Screenshots? Yes, please.
134134
validations:
135135
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>
144+
validations:
145+
required: false
136146
- type: markdown
137147
attributes:
138148
value: |-

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ body:
2323
Add a blender to Sentry.
2424
validations:
2525
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>
34+
validations:
35+
required: false
2636
- type: markdown
2737
attributes:
2838
value: |-

0 commit comments

Comments
 (0)