mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-26 10:14:19 +08:00
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:
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
@@ -1,2 +1,2 @@
|
||||
packages/ @amyrlam @bugzpodder @gaearon @ianschmitz @iansu @mrmckeb @petetnt @timer
|
||||
packages/ @bugzpodder @ianschmitz @iansu @mrmckeb @petetnt
|
||||
docusaurus/ @amyrlam @iansu
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
labels: 'issue: bug'
|
||||
labels: 'issue: bug, needs triage'
|
||||
---
|
||||
|
||||
<!--
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/proposal.md
vendored
2
.github/ISSUE_TEMPLATE/proposal.md
vendored
@@ -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
13
.github/ISSUE_TEMPLATE/question.md
vendored
Normal 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!
|
||||
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,3 +1,7 @@
|
||||
---
|
||||
labels: 'needs triage'
|
||||
---
|
||||
|
||||
<!--
|
||||
Thank you for sending the PR!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user