Commit 0f9afa5
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 0f9afa5Copy full SHA for 0f9afa5
File tree
Expand file treeCollapse file tree
4 files changed
+9
-3
lines changedOpen diff view settings
Filter options
- .github/ISSUE_TEMPLATE
Expand file treeCollapse file tree
4 files changed
+9
-3
lines changedOpen 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 number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
| 42 | + |
| 43 | + |
42 | 44 | |
43 | 45 | |
44 | 46 | |
|
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 number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
| 15 | + |
14 | 16 | |
15 | 17 | |
16 | 18 | |
| 19 | + |
| 20 | + |
17 | 21 | |
18 | 22 | |
19 | 23 | |
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 number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
5 | 4 | |
6 | 5 | |
7 | 6 | |
| ||
14 | 13 | |
15 | 14 | |
16 | 15 | |
17 | | - |
| 16 | + |
| 17 | + |
| 18 | + |
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 number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
4 | 3 | |
5 | 4 | |
6 | 5 | |
|
0 commit comments