Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@ body:
description: Logs? Screenshots? Yes, please.
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Context
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
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ body:
Add a blender to Sentry.
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Context
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
Loading