Skip to content

Commit e9f6d8d

Browse files
authored
Merge pull request #13082 from spowelljr/editTemplate
Edit bug template
2 parents 93d0104 + e5de6c8 commit e9f6d8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/experimental.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
name: Create a Bug (English)
22
description: Report an issue in English
33
body:
4-
- type: markdown
4+
- type: textarea
55
id: problem
66
attributes:
77
label: What Happened?
88
description: |
9-
Tip: Add the "--alsologtostderr" flag to the command-line for more logs
9+
Tip: Add the "--alsologtostderr" flag to the command-line for more logs
1010
validations:
1111
required: true
12-
- type: markdown
12+
- type: textarea
1313
id: logs
1414
attributes:
1515
label: Attach the log file
1616
description: |
17-
Tip: Run `minikube logs --file=log.txt` then drag & drop `log.txt` file to the browser.
17+
Tip: Run `minikube logs --file=log.txt` then drag & drop `log.txt` file to the browser.
1818
validations:
1919
required: true
2020
- type: dropdown
@@ -29,4 +29,4 @@ body:
2929
- Redhat/Fedora
3030
- Other
3131
validations:
32-
required: false
32+
required: false

0 commit comments

Comments
 (0)