Merge pull request #6786 from exoego/update-issue-template

Add Questions issue template that navigate users to forums
This commit is contained in:
Philipp Muens 2019-10-08 12:06:10 +02:00 committed by GitHub
commit f2cf48cc8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
name: Bug report
name: '🐛 Bug report'
about: Create a bug report
---

View File

@ -1,5 +1,5 @@
---
name: Feature request
name: '🎉 Feature request'
about: Suggest an idea
---

13
.github/ISSUE_TEMPLATE/questions.md vendored Normal file
View File

@ -0,0 +1,13 @@
---
name: '❓ Questions'
about: Please use https://forum.serverless.com, StackOverflow or other forums for questions
---
Please use https://forum.serverless.com, StackOverflow or other forums for questions.
This issue tracker is dedicated for bug reports and feature requests. Question issues might be closed immediately.
**Useful links:**
- [Official Serverless Forum](https://forum.serverless.com)
- [Official Serverless Slack Workspace](https://serverless.com/slack)
- [StackOverflow `serverless-framework` tag](https://stackoverflow.com/questions/ask?tags=serverless-framework) (need login)