File tree Expand file tree Collapse file tree 3 files changed +10
-17
lines changed Expand file tree Collapse file tree 3 files changed +10
-17
lines changed Original file line number Diff line number Diff line change 11
11
12
12
Do you need some help?
13
13
======================
14
- The issue tracker is meant for bug reports only. This isn't the best
15
- place for support or usage questions. Questions here don't have as much
16
- visibility as they do elsewhere. Before you ask a question, here are
17
- some resources to get help first:
14
+ The issue tracker is meant for bug reports only. This isn't the best place for support
15
+ or usage questions. Questions here don't have as much visibility as they do elsewhere.
16
+ Before you ask a question, here are some resources to get help first:
18
17
19
18
- Read the docs: https://reactrouter.com
20
19
- Check out the list of frequently asked questions: https://reactrouter.com/start/faq
24
23
25
24
### Test Case Starters:
26
25
27
- * ( Using `<RouterProvider>`)[ https://stackblitz.com/github/remix-run/react-router/tree/main/examples/data-router?file=src/App.tsx]
28
- * ( Using `<BrowserRouter>`)[ https://stackblitz.com/github/remix-run/react-router/tree/main/examples/basic?file=src/App.tsx]
26
+ * [ Using `<RouterProvider>`]( https://stackblitz.com/github/remix-run/react-router/tree/main/examples/data-router?file=src/App.tsx)
27
+ * [ Using `<BrowserRouter>`]( https://stackblitz.com/github/remix-run/react-router/tree/main/examples/basic?file=src/App.tsx)
29
28
- type : input
30
29
attributes :
31
30
label : What version of React Router are you using?
Original file line number Diff line number Diff line change @@ -2,11 +2,7 @@ blank_issues_enabled: false
2
2
contact_links :
3
3
- name : 💡 Feature Request
4
4
url : https://github.com/remix-run/react-router/discussions/new?category=proposals
5
- about :
6
- If you've got an idea for a new feature in React Router, please open a new
7
- Discussion with the `Proposals` label. We'll review the most popular
8
- proposals on a regular basis. Read more about our Open Development process
9
- [here](https://remix.run/blog/open-development).
5
+ about : If you've got an idea for a new feature in React Router, please open a new Discussion with the `Proposals` label
10
6
- name : 🤔 Usage Question (Stack Overflow)
11
7
url : https://stackoverflow.com/questions/tagged/react-router
12
8
about : Open a question in Stack Overflow with the react-router label
@@ -15,6 +11,4 @@ contact_links:
15
11
about : Open a Discussion in GitHub wih the `Q&A` label
16
12
- name : 💬 Remix Discord Channel
17
13
url : https://rmx.as/discord
18
- about : Interact with other people using React Router and Remix 📀. There's
19
- plenty of channels for general discussions as well as a threaded `#help`
20
- channel in here where you can ask for help with you issue.
14
+ about : Interact with other people using React Router and Remix 📀
Original file line number Diff line number Diff line change 9
9
value : |
10
10
Thank you for contributing!
11
11
12
- For documentation updates - we would happily accept PRs, so feel free
13
- to update and open a PR to the `main` branch. Otherwise let us know
14
- in this issue what you felt was missing or incorrect.
12
+ For documentation updates - we would happily accept PRs, so feel free to update and
13
+ open a PR to the `main` branch. Otherwise let us know in this issue what you felt
14
+ was missing or incorrect.
15
15
16
16
- type : textarea
17
17
attributes :
You can’t perform that action at this time.
0 commit comments