Skip to content

Commit e6ba121

Browse files
avivkellermarco-ippolito
authored andcommitted
meta: make more bug-report information required
PR-URL: #53718 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
1 parent 56c26fe commit e6ba121

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.yml

+6
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,19 @@ body:
3333
be run using `node` directly without installing third-party dependencies
3434
or downloading code from the internet (i.e. no ZIP archive, no GitHub
3535
repository, etc.).
36+
validations:
37+
required: true
3638
- type: textarea
3739
attributes:
3840
label: How often does it reproduce? Is there a required condition?
41+
validations:
42+
required: true
3943
- type: textarea
4044
attributes:
4145
label: What is the expected behavior? Why is that the expected behavior?
4246
description: If possible please provide textual output instead of screenshots.
47+
validations:
48+
required: true
4349
- type: textarea
4450
attributes:
4551
label: What do you see instead?

0 commit comments

Comments
 (0)