Skip to content

Commit 482b6a2

Browse files
authored
Update github New Issue workflow to mimic Remix (#9839)
1 parent 4108c98 commit 482b6a2

File tree

6 files changed

+402
-472
lines changed

6 files changed

+402
-472
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,21 @@ body:
1111
1212
Do you need some help?
1313
======================
14-
The issue tracker is meant for feature requests and bug reports only. This isn't the best place for
15-
support or usage questions. Questions here don't have as much visibility as they do elsewhere. Before
16-
you ask a question, here are some resources to get help first:
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:
1718
1819
- Read the docs: https://reactrouter.com
1920
- Check out the list of frequently asked questions: https://reactrouter.com/start/faq
2021
- Explore examples: https://reactrouter.com/start/examples
22+
- Ask in chat: https://rmx.as/discord
2123
- Look for/ask questions on Stack Overflow: https://stackoverflow.com/questions/tagged/react-router
22-
- Ask in chat: https://discord.gg/6RyV8n8yyM
2324
24-
### Test Case Starter:
25-
https://stackblitz.com/github/remix-run/react-router/tree/main/examples/basic?file=src/App.tsx
25+
### Test Case Starters:
26+
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]
2629
- type: input
2730
attributes:
2831
label: What version of React Router are you using?

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: 🤔 Support/Usage Question
3+
- name: 💡 Feature Request
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).
10+
- name: 🤔 Usage Question (Stack Overflow)
411
url: https://stackoverflow.com/questions/tagged/react-router
5-
about: This is a bug tracker, not a support system. For usage questions, please use Stack Overflow where there are a lot more people ready to help you out. Thanks!
12+
about: Open a question in Stack Overflow with the react-router label
13+
- name: 🤔 Usage Question (Github Discussions)
14+
url: https://github.com/remix-run/remix/discussions/new?category=q-a
15+
about: Open a Discussion in GitHub wih the `Q&A` label
16+
- name: 💬 Remix Discord Channel
17+
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.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: 📚 Documentation Issue
2+
description: Something is wrong with the React Router docs.
3+
title: "[Docs]: "
4+
labels:
5+
- docs
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thank you for contributing!
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.
15+
16+
- type: textarea
17+
attributes:
18+
label: Describe what's incorrect/missing in the documentation
19+
description: A concise description of what you expected to see in the docs
20+
validations:
21+
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)