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 helpful links to "Create issue" page, directing people to Discord, StackOverflow, etc #1097

Merged
merged 3 commits into from
Aug 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"