Skip to content

Commit 7b7498e

Browse files
committed
Fix issue templates
1 parent 482b6a2 commit 7b7498e

File tree

3 files changed

+10
-17
lines changed

3 files changed

+10
-17
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ body:
1111
1212
Do you need some help?
1313
======================
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:
1817
1918
- Read the docs: https://reactrouter.com
2019
- Check out the list of frequently asked questions: https://reactrouter.com/start/faq
@@ -24,8 +23,8 @@ body:
2423
2524
### Test Case Starters:
2625
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)
2928
- type: input
3029
attributes:
3130
label: What version of React Router are you using?

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ blank_issues_enabled: false
22
contact_links:
33
- name: 💡 Feature Request
44
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
106
- name: 🤔 Usage Question (Stack Overflow)
117
url: https://stackoverflow.com/questions/tagged/react-router
128
about: Open a question in Stack Overflow with the react-router label
@@ -15,6 +11,4 @@ contact_links:
1511
about: Open a Discussion in GitHub wih the `Q&A` label
1612
- name: 💬 Remix Discord Channel
1713
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 📀

.github/ISSUE_TEMPLATE/documentation_isse.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ body:
99
value: |
1010
Thank you for contributing!
1111
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.
1515
1616
- type: textarea
1717
attributes:

0 commit comments

Comments
 (0)