Skip to content

Commit

Permalink
Add helpful links to "Create issue" page, directing people to Discord…
Browse files Browse the repository at this point in the history
…, StackOverflow, etc (#1097)

* Create config.yml

* Update config.yml

* Update config.yml
  • Loading branch information
cspotcode authored Aug 8, 2020
1 parent 490ed8a commit ce7c323
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
contact_links:
-
name: Question
about: "Please ask and answer usage questions on Stack Overflow."
url: "https://stackoverflow.com/questions/tagged/ts-node"
-
name: Chat
about: "Alternatively, you can use the TypeScript Community Discord."
url: "https://discord.gg/typescript"
-
name: "Help! My Types Are Missing!"
about: "This is likely a configuration problem. Check our README"
url: "https://github.com/TypeStrong/ts-node/blob/master/README.md#help-my-types-are-missing"
-
name: "TSError or SyntaxError"
about: "These errors come from TypeScript and node, respectively. Use StackOverflow or Discord for usage and configuration help."
url: "https://stackoverflow.com/questions/tagged/ts-node"

0 comments on commit ce7c323

Please sign in to comment.