Skip to content

Commit 6b860e5

Browse files
committed
[github] add validations to bug and feature request templates
1 parent f76aa29 commit 6b860e5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ body:
1313
label: Short summary
1414
description: One-line summary of the bug
1515
placeholder: e.g. Sending a message fails with 500
16+
validations:
1617
required: true
1718
- type: textarea
1819
id: steps
1920
attributes:
2021
label: Steps to reproduce
2122
description: Provide step-by-step instructions to reproduce the bug
2223
placeholder: 1) ...\n2) ...\n3) ...
24+
validations:
2325
required: true
2426
- type: textarea
2527
id: expected

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ body:
1111
id: summary
1212
attributes:
1313
label: Short summary
14+
validations:
1415
required: true
1516
- type: textarea
1617
id: problem
1718
attributes:
1819
label: Problem to solve
1920
description: Describe the problem or pain point this feature would address
21+
validations:
2022
required: true
2123
- type: textarea
2224
id: solution

0 commit comments

Comments
 (0)