Skip to content

Commit

Permalink
add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmarlow authored and mgmarlow committed Jan 2, 2018
1 parent d231d4e commit a52583f
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!-- Please provide the following information. -->

### Versions
```
<!--
angular-playground version
-->
```

```
<!--
Output from: `ng --version`.
-->
```

### Repro steps
<!--
Simple steps to reproduce this bug.
Please include: commands run, packages added, related code changes.
A link to a sample repo would help too.
-->
* Step 1
* Step 2
* Step 3

### Observed Behavior
```
<!-- Normally this includes a stack trace and some more information -->
```

### Desired Behavior
```
<!--
What do you expect to see?
-->
```

### Any other details that may be useful (optional)

0 comments on commit a52583f

Please sign in to comment.