Skip to content

Commit 99cf2ac

Browse files
committed
Make GitHub issue forms more pretty
1 parent eb72a00 commit 99cf2ac

File tree

3 files changed

+29
-22
lines changed

3 files changed

+29
-22
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ labels: [bug]
44
body:
55
- type: markdown
66
attributes:
7-
value: |
8-
Thanks for filing a 🐛 bug report 😄!
7+
value: >
8+
**Thanks for filing a 🐛 bug report 😄!**
99
1010
- type: textarea
1111
id: problem
1212
attributes:
1313
label: Problem
14-
description: |
14+
description: >
1515
A clear and concise description of what the bug is,
1616
including what currently happens and what you expected to happen.
1717
@@ -29,7 +29,7 @@ body:
2929
id: solutions
3030
attributes:
3131
label: Possible Solution(s)
32-
description: |
32+
description: >
3333
Not obligatory, but suggest a fix/reason for the bug,
3434
or ideas how to implement the addition or change.
3535
@@ -41,9 +41,13 @@ body:
4141
- type: textarea
4242
id: version
4343
attributes:
44-
label: Output of `rustup --version`
44+
label: Rustup version
45+
description: Output of `rustup --version`
46+
render: console
4547

4648
- type: textarea
4749
id: toolchains
4850
attributes:
49-
label: Output of `rustup show`
51+
label: Installed toolchains
52+
description: Output of `rustup show`
53+
render: console

.github/ISSUE_TEMPLATE/enhancement_request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@ labels: [enhancement]
44
body:
55
- type: markdown
66
attributes:
7-
value: |
8-
Thanks for filing an 🙋 enhancement request 😄!
7+
value: >
8+
**Thanks for filing an 🙋 enhancement request 😄!**
99
1010
- type: textarea
1111
id: problem
1212
attributes:
1313
label: Problem you are trying to solve
14-
description: |
14+
description: >
1515
A clear and concise description of the problem this enhancement request is trying to solve.
1616
1717
- type: textarea
1818
id: solution
1919
attributes:
2020
label: Solution you'd like
21-
description: |
21+
description: >
2222
A clear and concise description of what you want to happen.
2323
2424
- type: textarea
2525
id: notes
2626
attributes:
2727
label: Notes
28-
description: |
28+
description: >
2929
Any additional context or information you feel may be relevant to the issue.

.github/ISSUE_TEMPLATE/wsl_panic.yml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ labels: [bug]
44
body:
55
- type: markdown
66
attributes:
7-
value: |
7+
value: >
88
Please read the following very carefully and decide if you
99
actually need to file this bug...
1010
@@ -22,25 +22,24 @@ body:
2222
2323
This is known to affect:
2424
25-
* Ubuntu 20.04
26-
* Arch Linux
25+
* Ubuntu 20.04
26+
* Arch Linux
2727
2828
But it may affect other versions of Linux on WSL1.
2929
30-
You can find more information on the WSL bug report here:
31-
32-
https://github.com/microsoft/WSL/issues/4898
30+
You can find more information on the WSL bug report
31+
[here](https://github.com/microsoft/WSL/issues/4898).
3332
3433
If you're CERTAIN that you're not reporting yet another duplicate
3534
of the above issue, then...
3635
37-
Thanks for filing a 🐛 bug report 😄!
36+
**Thanks for filing a 🐛 bug report 😄!**
3837
3938
- type: textarea
4039
id: problem
4140
attributes:
4241
label: Problem
43-
description: |
42+
description: >
4443
A clear and concise description of what the bug is,
4544
including what currently happens and what you expected to happen.
4645
@@ -58,7 +57,7 @@ body:
5857
id: solutions
5958
attributes:
6059
label: Possible Solution(s)
61-
description: |
60+
description: >
6261
Not obligatory, but suggest a fix/reason for the bug,
6362
or ideas how to implement the addition or change.
6463
@@ -70,9 +69,13 @@ body:
7069
- type: textarea
7170
id: version
7271
attributes:
73-
label: Output of `rustup --version`
72+
label: Rustup version
73+
description: Output of `rustup --version`
74+
render: console
7475

7576
- type: textarea
7677
id: toolchains
7778
attributes:
78-
label: Output of `rustup show`
79+
label: Installed toolchains
80+
description: Output of `rustup show`
81+
render: console

0 commit comments

Comments
 (0)