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
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ body:
label: Short summary
description: One-line summary of the bug
placeholder: e.g. Sending a message fails with 500
validations:
required: true
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: Provide step-by-step instructions to reproduce the bug
placeholder: 1) ...\n2) ...\n3) ...
validations:
required: true
validations:
required: true
- type: textarea
id: expected
attributes:
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ body:
id: summary
attributes:
label: Short summary
validations:
required: true
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem to solve
description: Describe the problem or pain point this feature would address
validations:
required: true
validations:
required: true
- type: textarea
id: solution
attributes:
Expand Down