@@ -33,13 +33,19 @@ body:
|
33 | 33 | be run using `node` directly without installing third-party dependencies |
34 | 34 | or downloading code from the internet (i.e. no ZIP archive, no GitHub |
35 | 35 | repository, etc.). |
| 36 | + validations: |
| 37 | +required: true |
36 | 38 | - type: textarea |
37 | 39 | attributes: |
38 | 40 | label: How often does it reproduce? Is there a required condition? |
| 41 | +validations: |
| 42 | +required: true |
39 | 43 | - type: textarea |
40 | 44 | attributes: |
41 | 45 | label: What is the expected behavior? Why is that the expected behavior? |
42 | 46 | description: If possible please provide textual output instead of screenshots. |
| 47 | +validations: |
| 48 | +required: true |
43 | 49 | - type: textarea |
44 | 50 | attributes: |
45 | 51 | label: What do you see instead? |
|