Skip to content

Commit abcf62f

Browse files
StephenFluinhansl
authored andcommitted
docs: update issue template
1 parent 7765534 commit abcf62f

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.github/ISSUE_TEMPLATE.md

+16-15
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,40 @@
11
<!--
2-
IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING
2+
We will close this issue if you don't provide the needed information.
3+
For feature requests, delete the form below and describe the requirements and use case.
34
-->
4-
### Bug Report or Feature Request (mark with an `x`)
5-
```
6-
- [ ] bug report -> please search issues before submitting
7-
- [ ] feature request
8-
```
95

10-
### Versions.
6+
### Versions
7+
```
118
<!--
129
Output from: `ng --version`.
1310
If nothing, output from: `node --version` and `npm --version`.
1411
Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?)
1512
-->
13+
```
1614

17-
18-
### Repro steps.
15+
### Repro steps
1916
<!--
2017
Simple steps to reproduce this bug.
2118
Please include: commands run, packages added, related code changes.
2219
A link to a sample repo would help too.
2320
-->
21+
* Step 1
22+
* Step 2
23+
* Step 3
2424

2525

26-
### The log given by the failure.
27-
<!-- Normally this include a stack trace and some more information. -->
28-
26+
### Observed behavior
27+
```
28+
<!-- Normally this includes a stack trace and some more information. -->
29+
```
2930

30-
### Desired functionality.
31+
### Desired behavior
3132
<!--
3233
What would like to see implemented?
3334
What is the usecase?
35+
What did you expect to see?
3436
-->
3537

3638

37-
### Mention any other details that might be useful.
38-
<!-- Please include a link to the repo if this is related to an OSS project. -->
39+
### Mention any other details that might be useful (optional)
3940

0 commit comments

Comments
 (0)