◐ Shell
clean mode source ↗

meta: make more bug-report information required · nodejs/node@e6ba121

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?