Skip to content

Commit 65646c3

Browse files
authored
Merge pull request #224 from david-lev/dev
Remove validations attributes from the codebase
2 parents f73e3bf + 6b860e5 commit 65646c3

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ 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:
17-
required: true
16+
validations:
17+
required: true
1818
- type: textarea
1919
id: steps
2020
attributes:
2121
label: Steps to reproduce
2222
description: Provide step-by-step instructions to reproduce the bug
2323
placeholder: 1) ...\n2) ...\n3) ...
24-
validations:
25-
required: true
24+
validations:
25+
required: true
2626
- type: textarea
2727
id: expected
2828
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ body:
1111
id: summary
1212
attributes:
1313
label: Short summary
14-
validations:
15-
required: true
14+
validations:
15+
required: true
1616
- type: textarea
1717
id: problem
1818
attributes:
1919
label: Problem to solve
2020
description: Describe the problem or pain point this feature would address
21-
validations:
22-
required: true
21+
validations:
22+
required: true
2323
- type: textarea
2424
id: solution
2525
attributes:

0 commit comments

Comments
 (0)