Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update issue templates #7269

Merged
merged 6 commits into from
Jun 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 15 additions & 19 deletions .github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@
<!--
PLEASE READ THE FIRST SECTION :-)
-->

### Is this a bug report?

(write your answer here)

---
name: Bug report
about: Create a report to help us improve
labels: "issue: bug"
---

<!--
If you answered "Yes":

Please note that your issue will be fixed much faster if you spend about
half an hour preparing it, including the exact reproduction steps and a demo.

If you're in a hurry or don't feel confident, it's fine to report bugs with
less details, but this makes it less likely they'll get fixed soon.

In either case, please fill as many fields below as you can.

If you answered "No":
In either case, please use this template and fill in as many fields below as you can.

If this is a question or a discussion, you may delete this template and write in a free form.
Note that we don't provide help for webpack questions after ejecting.
You can find webpack docs at https://webpack.js.org/.
-->

### Desribe the bug

(Write your answer here.)

### Did you try recovering your dependencies?

<!--
Expand Down Expand Up @@ -98,10 +94,10 @@
Paste the output of the command in the section below.
-->

(paste the output of the command here)
(paste the output of the command here.)


### Steps to Reproduce
### Steps to reproduce

<!--
How would you describe your issue to someone who doesn’t know you or your project?
Expand All @@ -115,7 +111,7 @@
3.


### Expected Behavior
### Expected behavior

<!--
How did you expect the tool to behave?
Expand All @@ -126,7 +122,7 @@
(Write what you thought would happen.)


### Actual Behavior
### Actual behavior

<!--
Did something go wrong?
Expand All @@ -137,7 +133,7 @@
(Write what happened. Please add screenshots!)


### Reproducible Demo
### Reproducible demo

<!--
If you can, please share a project that reproduces the issue.
Expand Down
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Proposal
about: Suggest an idea for improving Create React App
labels: "issue: proposal"
---

### Is your proposal related to a problem?

<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->

(Write your answer here.)

### Describe the solution you'd like

<!--
Provide a clear and concise description of what you want to happen.
-->

(Describe your proposed solution here.)

### Describe alternatives you've considered

<!--
Let us know about other solutions you've tried or researched.
-->

(Write your answer here.)

### Additional context

<!--
Is there anything else you can add about the proposal?
You might want to link to related issues here, if you haven't already.
-->

(Write your answer here.)