Skip to content

Commit

Permalink
chore: discourage questions as issues (typeorm#6535)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotjames authored and Svetlozar committed Jan 12, 2021
1 parent 9ccf26e commit 856e9f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
**Issue type:**

[ ] question
<!--
Have a question?
Check the "Support" Documentation on the best places to ask questions!
---
https://github.com/typeorm/typeorm/blob/master/docs/support.md
-->

[ ] bug report
[ ] feature request
[ ] documentation issue
Expand Down
2 changes: 1 addition & 1 deletion docs/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you found a bug, issue, or you just want to propose a new feature, create [an

### Have a question?

If you have a question, you can ask it on [StackOverflow](https://stackoverflow.com/questions/tagged/typeorm).
If you have a question, you can ask it on [StackOverflow](https://stackoverflow.com/questions/tagged/typeorm) or other community support channels.

### Want community support?

Expand Down

0 comments on commit 856e9f7

Please sign in to comment.