Skip to content

Commit 398cfb3

Browse files
clemens-tolboomhansl
authored andcommitted
feat(template): issue template look better (angular#2384)
The current template produces disjunct list items so the numbering contains only 1's. Let's make this a H3
1 parent 112f00d commit 398cfb3

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/ISSUE_TEMPLATE.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
> Please provide us with the following information:
22
> ---------------------------------------------------------------
33
4-
1. OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
4+
### OS?
5+
> Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
56
67

7-
2. Versions. Please run `ng --version`. If there's nothing outputted, please run
8-
in a Terminal: `node --version` and paste the result here:
8+
### Versions.
9+
> Please run `ng --version`. If there's nothing outputted, please run in a Terminal: `node --version` and paste the result here:
910
1011

11-
3. Repro steps. Was this an app that wasn't created using the CLI? What change did you
12-
do on your code? etc.
12+
### Repro steps.
13+
> Was this an app that wasn't created using the CLI? What change did you do on your code? etc.
1314
1415

15-
4. The log given by the failure. Normally this include a stack trace and some
16-
more information.
16+
### The log given by the failure.
17+
> Normally this include a stack trace and some more information.
1718
1819

19-
5. Mention any other details that might be useful.
20+
### Mention any other details that might be useful.
2021

2122
> ---------------------------------------------------------------
2223
> Thanks! We'll be in touch soon.

0 commit comments

Comments
 (0)