| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 16c0bea commit 0f9afa5
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,6 +39,8 @@ body: | |||
| 39 | 39 | attributes: | |
| 40 | 40 | label: What do you see instead? | |
| 41 | 41 | description: If possible please provide textual output instead of screenshots. | |
| 42 | + validations: | ||
| 43 | + required: true | ||
| 42 | 44 | - type: textarea | |
| 43 | 45 | attributes: | |
| 44 | 46 | label: Additional information | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,9 +11,13 @@ body: | |||
| 11 | 11 | - type: textarea | |
| 12 | 12 | attributes: | |
| 13 | 13 | label: What is the problem this feature will solve? | |
| 14 | + validations: | ||
| 15 | + required: true | ||
| 14 | 16 | - type: textarea | |
| 15 | 17 | attributes: | |
| 16 | 18 | label: What is the feature you are proposing to solve the problem? | |
| 19 | + validations: | ||
| 20 | + required: true | ||
| 17 | 21 | - type: textarea | |
| 18 | 22 | attributes: | |
| 19 | 23 | label: What alternatives have you considered? | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,6 @@ | |||
| 1 | 1 | name: "\U0001F4D7 Open an issue regarding the Node.js API reference docs" | |
| 2 | 2 | description: Let us know about any problematic API reference documents | |
| 3 | 3 | labels: ["doc"] | |
| 4 | - title: 'doc: <title>' | ||
| 5 | 4 | body: | |
| 6 | 5 | - type: markdown | |
| 7 | 6 | attributes: | |
@@ -14,4 +13,6 @@ body: | |||
| 14 | 13 | label: Affected URL(s) | |
| 15 | 14 | - type: textarea | |
| 16 | 15 | attributes: | |
| 17 | - label: Explanation of the problem | ||
| 16 | + label: Description of the problem | ||
| 17 | + validations: | ||
| 18 | + required: true | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,5 @@ | |||
| 1 | 1 | name: Report a flaky test | |
| 2 | 2 | description: Report a flaky test in our CI | |
| 3 | - title: "Investigate flaky test - " | ||
| 4 | 3 | labels: ["flaky-test"] | |
| 5 | 4 | body: | |
| 6 | 5 | - type: markdown | |
| Back | FazBrowse Home | New Git URL |
0 commit comments