Skip to content

Commit 498913d

Browse files
authored
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
1 parent ad51d62 commit 498913d

File tree

5 files changed

+20
-3
lines changed

5 files changed

+20
-3
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
packages/ @amyrlam @bugzpodder @gaearon @ianschmitz @iansu @mrmckeb @petetnt @timer
1+
packages/ @bugzpodder @ianschmitz @iansu @mrmckeb @petetnt
22
docusaurus/ @amyrlam @iansu

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
labels: 'issue: bug'
4+
labels: 'issue: bug, needs triage'
55
---
66

77
<!--

.github/ISSUE_TEMPLATE/proposal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Proposal
33
about: Suggest an idea for improving Create React App
4-
labels: 'issue: proposal'
4+
labels: 'issue: proposal, needs triage'
55
---
66

77
### Is your proposal related to a problem?

.github/ISSUE_TEMPLATE/question.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Question
3+
about: Get help with Create React App
4+
labels: 'needs triage'
5+
---
6+
7+
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
8+
9+
If you're looking for general information on using React, the React docs have a list of resources: https://reactjs.org/community/support.html
10+
11+
If you've discovered a bug or would like to propose a change please use one of the other issue templates.
12+
13+
Thanks!

.github/PULL_REQUEST_TEMPLATE.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
labels: 'needs triage'
3+
---
4+
15
<!--
26
Thank you for sending the PR!
37

0 commit comments

Comments
 (0)