Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0f9afa5

Browse filesBrowse files
Trotttargos
authored andcommitted
meta: add required fields in issue templates
Make sure there is at least one required field in each issue template. Leave the title blank to enforce that as a required field as well. PR-URL: #41378 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 16c0bea commit 0f9afa5
Copy full SHA for 0f9afa5

File tree

Expand file treeCollapse file tree

4 files changed

+9
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+9
-3
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/1-bug-report.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ body:
3939
attributes:
4040
label: What do you see instead?
4141
description: If possible please provide textual output instead of screenshots.
42+
validations:
43+
required: true
4244
- type: textarea
4345
attributes:
4446
label: Additional information
Collapse file

‎.github/ISSUE_TEMPLATE/2-feature-request.yml‎

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/2-feature-request.yml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ body:
1111
- type: textarea
1212
attributes:
1313
label: What is the problem this feature will solve?
14+
validations:
15+
required: true
1416
- type: textarea
1517
attributes:
1618
label: What is the feature you are proposing to solve the problem?
19+
validations:
20+
required: true
1721
- type: textarea
1822
attributes:
1923
label: What alternatives have you considered?
Collapse file

‎.github/ISSUE_TEMPLATE/3-api-ref-docs-problem.yml‎

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/3-api-ref-docs-problem.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: "\U0001F4D7 Open an issue regarding the Node.js API reference docs"
22
description: Let us know about any problematic API reference documents
33
labels: ["doc"]
4-
title: 'doc: <title>'
54
body:
65
- type: markdown
76
attributes:
@@ -14,4 +13,6 @@ body:
1413
label: Affected URL(s)
1514
- type: textarea
1615
attributes:
17-
label: Explanation of the problem
16+
label: Description of the problem
17+
validations:
18+
required: true
Collapse file

‎.github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml‎

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Report a flaky test
22
description: Report a flaky test in our CI
3-
title: "Investigate flaky test - "
43
labels: ["flaky-test"]
54
body:
65
- type: markdown

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.