Add question issue template (#7423)

* Add question issue template

* Fix bug report template formatting

* Fix bug report template formatting

* Add labels to pull request template
This commit is contained in:
Ian Sutherland
2019-07-25 10:39:34 -06:00
committed by GitHub
parent ad51d6280d
commit 498913dccb
5 changed files with 20 additions and 3 deletions

2
.github/CODEOWNERS vendored
View File

@@ -1,2 +1,2 @@
packages/ @amyrlam @bugzpodder @gaearon @ianschmitz @iansu @mrmckeb @petetnt @timer
packages/ @bugzpodder @ianschmitz @iansu @mrmckeb @petetnt
docusaurus/ @amyrlam @iansu

View File

@@ -1,7 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
labels: 'issue: bug'
labels: 'issue: bug, needs triage'
---
<!--

View File

@@ -1,7 +1,7 @@
---
name: Proposal
about: Suggest an idea for improving Create React App
labels: 'issue: proposal'
labels: 'issue: proposal, needs triage'
---
### Is your proposal related to a problem?

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

@@ -0,0 +1,13 @@
---
name: Question
about: Get help with Create React App
labels: 'needs triage'
---
If you have a general question about Create React App or about building an app with Create React App we encourage you to post on our Spectrum community instead of this issue tracker. The maintainers and other community members can provide help and answer your questions there: https://spectrum.chat/create-react-app
If you're looking for general information on using React, the React docs have a list of resources: https://reactjs.org/community/support.html
If you've discovered a bug or would like to propose a change please use one of the other issue templates.
Thanks!

View File

@@ -1,3 +1,7 @@
---
labels: 'needs triage'
---
<!--
Thank you for sending the PR!