Skip to content

Commit

Permalink
Add issue template for feature requests (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Mar 2, 2020
1 parent 21799ad commit f3cd4a5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
@@ -1,3 +1,6 @@
name: 'Bug report'
---

### Expected Behavior


Expand Down Expand Up @@ -25,12 +28,12 @@ https://github.com/TypeStrong/ts-node-repros

### Specifications

* ts-node version:
* TypeScript version:
* ts-node version:
* TypeScript version:
* tsconfig.json, if you're using one:
```
{}
```
* node version:
* Operating system and version:
* If Windows, are you using WSL or WSL2?:
* node version:
* Operating system and version:
* If Windows, are you using WSL or WSL2?:
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
@@ -0,0 +1,20 @@
name: 'Feature request'
---

### Desired Behavior



### Is this request related to a problem?



<!-- Describe the problem, for example: "I'm always frustrated when ... " -->

### Alternatives you've considered



### Additional context


0 comments on commit f3cd4a5

Please sign in to comment.