You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,7 @@ Please read https://reactjs.org/ and the Code of Conduct before opening an issue
14
14
<aname="bug"/>
15
15
## Think You Found a Bug?
16
16
17
-
Please provide a test case of some sort. Best is a pull request with a failing test. Next is a link to codepen/jsbin or repository that illustrates the bug. Finally, some copy/pastable code is acceptable.
18
-
19
-
If you don't provide a test case, the issue will be closed.
17
+
Please provide a test case of some sort. Best is a pull request with a failing test. Next is a link to CodePen/JS Bin or repository that illustrates the bug. Finally, some copy/pastable code is acceptable.
Copy file name to clipboardExpand all lines: ISSUE_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Thank you for contributing!
3
3
4
4
Have a usage question?
5
5
======================
6
-
Questions *might* be closed without comment, sometimes we just don't have time for them. Before you ask one, here are some resources to get help first:
6
+
The issue tracker isn't the best place for usage questions. This format is not well-suited for Q&A, and questions here don't have as much visibility as they do elsewhere. Before you ask a question, here are some resources to get help first:
7
7
8
8
- Do the tutorial: https://github.com/reactjs/react-router-tutorial
9
9
- Read the docs: https://github.com/reactjs/react-router/tree/latest/docs
[`react-router`](https://www.npmjs.com/package/react-router) is a complete routing library for [React](https://facebook.github.io/react).
3
+
React Router is a complete routing library for [React](https://facebook.github.io/react).
4
4
5
5
React Router keeps your UI in sync with the URL. It has a simple API with powerful features like lazy code loading, dynamic route matching, and location transition handling built right in. Make the URL your first thought, not an after-thought.
6
6
@@ -10,19 +10,18 @@ React Router keeps your UI in sync with the URL. It has a simple API with powerf
10
10
### Docs & Help
11
11
12
12
-[Tutorial – do this first!](https://github.com/reactjs/react-router-tutorial)
13
-
-[Guides and API docs](https://github.com/reactjs/react-router/tree/master/docs)
For questions and support, please visit [our channel on Reactiflux](https://discord.gg/0ZcbPKXt5bYaNQ46) or [Stack Overflow](http://stackoverflow.com/questions/tagged/react-router). The issue tracker is *exclusively* for bug reports and feature requests.
24
+
For questions and support, please visit [our channel on Reactiflux](https://discord.gg/0ZcbPKXt5bYaNQ46) or [Stack Overflow](http://stackoverflow.com/questions/tagged/react-router).
26
25
27
26
### Browser Support
28
27
@@ -120,7 +119,7 @@ render((
120
119
), document.body)
121
120
```
122
121
123
-
See more in the [Introduction](https://github.com/reactjs/react-router/tree/master/docs/Introduction.md), [Guides](https://github.com/reactjs/react-router/tree/master/docs/guides/README.md), and [Examples](https://github.com/reactjs/react-router/tree/master/examples).
122
+
See more in the [Introduction](/docs/Introduction.md), [Guides](/docs/guides/README.md), and [Examples](/examples).
0 commit comments