Skip to content

Commit f05fa34

Browse files
committed
docs: improve the github issue template for the repo
1 parent 1f8363a commit f05fa34

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
1-
> Please provide us with the following information:
2-
> ---------------------------------------------------------------
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
37

4-
### OS?
5-
> Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
8+
### Versions (if bug report).
9+
<!--
10+
Output from: `ng --version`.
11+
If nothing, output from: `node --version` and include OS details.
12+
Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?)
13+
-->
614

715

8-
### Versions.
9-
> Please run `ng --version`. If there's nothing outputted, please run in a Terminal: `node --version` and paste the result here:
16+
### Repro steps (if bug report).
17+
<!-- Steps to reproduce this bug. -->
1018

1119

12-
### Repro steps.
13-
> Was this an app that wasn't created using the CLI? What change did you do on your code? etc.
20+
### The log given by the failure (if bug report).
21+
<!-- Normally this include a stack trace and some more information. -->
1422

1523

16-
### The log given by the failure.
17-
> Normally this include a stack trace and some more information.
24+
### Desired functionality (if feature).
25+
<!-- What would like to see implemented? -->
1826

1927

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

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

0 commit comments

Comments
 (0)