Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
why is merging so painful
  • Loading branch information
johnnyreilly committed Feb 23, 2019
commit b33a9a5d5f1d372c724c199c319688043ec3630c
28 changes: 10 additions & 18 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

<!--
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.

Expand All @@ -37,14 +37,14 @@
Then you need to decide which package manager you prefer to use.
We support both npm (https://npmjs.com) and yarn (http://yarnpkg.com/).
However, **they can't be used together in one project** so you need to pick one.

If you decided to use npm, run this in your project directory:

npm install -g npm@latest
npm install

This should fix your project.

If you decided to use yarn, update it first (https://yarnpkg.com/en/docs/install).
Then run in your project directory:

Expand All @@ -68,20 +68,19 @@
There are a few common documented problems, such as watcher not detecting changes, or build failing.
They are described in the Troubleshooting section of the User Guide:

https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#troubleshooting
https://facebook.github.io/create-react-app/docs/troubleshooting

Please scan these few sections for common problems.
Additionally, you can search the User Guide itself for something you're having issues with:
https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md

https://facebook.github.io/create-react-app/

If you didn't find the solution, please share which words you searched for.
This helps us improve documentation for future readers who might encounter the same problem.
-->

(Write your answer here if relevant.)


### Environment

<!--
Expand All @@ -107,10 +106,7 @@

(Write your steps here:)

1.
2.
3.

1. 2. 3.

### Expected Behavior

Expand All @@ -122,7 +118,6 @@

(Write what you thought would happen.)


### Actual Behavior

<!--
Expand All @@ -133,15 +128,13 @@

(Write what happened. Please add screenshots!)


### Reproducible Demo

<!--
If you can, please share a project that reproduces the issue.
This is the single most effective way to get an issue fixed soon.

There are two ways to do it:

* Create a new app and try to reproduce the issue in it.
This is useful if you roughly know where the problem is, or can’t share the real code.

Expand All @@ -156,11 +149,10 @@

<!--
What happens if you skip this step?

We will try to help you, but in many cases it is impossible because crucial
information is missing. In that case we'll tag an issue as having a low priority,
and eventually close it if there is no clear direction.

We still appreciate the report though, as eventually somebody else might
create a reproducible example for it.

Expand Down
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE.md.rej
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md (rejected hunks)
@@ -113,4 +109,3 @@
-1.
-2.
-3.
-
+1.
+2.
+3.
2,809 changes: 1,435 additions & 1,374 deletions CHANGELOG-0.x.md

Large diffs are not rendered by default.

Loading