Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue template for feature requests #959

Merged
merged 2 commits into from Mar 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -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?:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My editor trimmed this due to .editorconfig; probably simpler to make this change than complicate the .editorconfig, but I'm happy to do either.

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