Skip to content

Commit 16402ef

Browse files
committed
docs: improve the github issue template for the repo
1 parent 1594f10 commit 16402ef

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,38 @@
1-
> Please provide us with the following information:
2-
> ---------------------------------------------------------------
3-
4-
### OS?
5-
> Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
1+
<!--
2+
IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING
3+
-->
4+
### Bug Report or Feature Request (mark with an `x`)
5+
- [ ] bug report -> please search issues before submitting
6+
- [ ] feature request
67

78

89
### Versions.
9-
> Please run `ng --version`. If there's nothing outputted, please run in a Terminal: `node --version` and paste the result here:
10+
<!--
11+
Output from: `ng --version`.
12+
If nothing, output from: `node --version` and `npm --version`.
13+
Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?)
14+
-->
1015

1116

1217
### Repro steps.
13-
> Was this an app that wasn't created using the CLI? What change did you do on your code? etc.
18+
<!--
19+
Simple steps to reproduce this bug.
20+
Please include: commands run, packages added, related code changes.
21+
A link to a sample repo would help too.
22+
-->
1423

1524

1625
### The log given by the failure.
17-
> Normally this include a stack trace and some more information.
26+
<!-- Normally this include a stack trace and some more information. -->
27+
28+
29+
### Desired functionality.
30+
<!--
31+
What would like to see implemented?
32+
What is the usecase?
33+
-->
1834

1935

2036
### Mention any other details that might be useful.
37+
<!-- Please include a link to the repo if this is related to an OSS project. -->
2138

22-
> ---------------------------------------------------------------
23-
> Thanks! We'll be in touch soon.

0 commit comments

Comments
 (0)