Skip to content

Commit b10374f

Browse files
Broccohansl
authored andcommitted
docs: update the github issue template
1 parent 4106a89 commit b10374f

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,36 @@ IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHO
77
- [ ] feature request
88
```
99

10-
### Area
10+
### Command (mark with an `x`)
1111
```
12-
- [ ] devkit
13-
- [ ] schematics
12+
- [ ] new
13+
- [ ] build
14+
- [ ] serve
15+
- [ ] test
16+
- [ ] e2e
17+
- [ ] generate
18+
- [ ] add
19+
- [ ] update
20+
- [ ] lint
21+
- [ ] xi18n
22+
- [ ] run
23+
- [ ] config
24+
- [ ] help
25+
- [ ] version
26+
- [ ] doc
1427
```
1528

1629
### Versions
1730
<!--
18-
Output from: `node --version` and `npm --version`.
31+
Output from: `node --version`, `npm --version` and `ng --version`.
1932
Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra? High Sierra?)
2033
-->
2134

2235

2336
### Repro steps
2437
<!--
2538
Simple steps to reproduce this bug.
26-
Please include: commands run, packages added, related code changes.
39+
Please include: commands run (incl args), packages added, related code changes.
2740
A link to a sample repo would help too.
2841
-->
2942

0 commit comments

Comments
 (0)