Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,16 @@ body:
description: Logs? Screenshots? Yes, please.
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Context
description:
Add any other context here. Please keep the pre-filled text, which helps us manage issue prioritization.
value: |-
<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>
validations:
required: false
- type: markdown
attributes:
value: |-
Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ body:
Add a blender to Sentry.
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Context
description:
Add any other context here. Please keep the pre-filled text, which helps us manage feature prioritization.
value: |-
<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>
validations:
required: false
- type: markdown
attributes:
value: |-
Expand Down