Skip to content

Commit e4c5785

Browse files
committed
Merge branch 'main' into dev
2 parents e2b1609 + 129b49a commit e4c5785

File tree

5 files changed

+85
-51
lines changed

5 files changed

+85
-51
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

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

.github/ISSUE_TEMPLATE/Custom.md

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

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: 🐛 Bug Report
2+
description: Something is wrong with React Router.
3+
title: "[Bug]: "
4+
labels:
5+
- bug
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thank you for contributing!
11+
12+
Do you need some help?
13+
======================
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:
17+
18+
- Read the docs: https://reactrouter.com
19+
- Check out the list of frequently asked questions: https://reactrouter.com/docs/en/v6/getting-started/faq
20+
- Explore examples: hhttps://reactrouter.com/docs/en/v6/examples/basic
21+
- Look for/ask questions on Stack Overflow: https://stackoverflow.com/questions/ask?tags=react-router
22+
- Ask in chat: https://discord.gg/6RyV8n8yyM
23+
24+
### Test Case Starter:
25+
https://stackblitz.com/github/remix-run/react-router/tree/main/examples/basic?file=src/App.tsx
26+
- type: input
27+
attributes:
28+
label: What version of React Router are you using?
29+
validations:
30+
required: true
31+
- type: textarea
32+
attributes:
33+
label: Steps to Reproduce
34+
description: Steps to reproduce the behavior.
35+
validations:
36+
required: true
37+
- type: textarea
38+
attributes:
39+
label: Expected Behavior
40+
description: A concise description of what you expected to happen.
41+
validations:
42+
required: true
43+
- type: textarea
44+
attributes:
45+
label: Actual Behavior
46+
description: A concise description of what you're experiencing.
47+
validations:
48+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🤔 Support/Usage Question
4+
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!
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: 💡 Feature Request
2+
description: I want to add something to React Router.
3+
title: "[Feature]: "
4+
labels:
5+
- feature
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thank you for contributing!
11+
12+
Do you need some help?
13+
======================
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:
17+
18+
- Read the docs: https://reactrouter.com
19+
- Check out the list of frequently asked questions: https://reactrouter.com/docs/en/v6/getting-started/faq
20+
- Explore examples: hhttps://reactrouter.com/docs/en/v6/examples/basic
21+
- Look for/ask questions on Stack Overflow: https://stackoverflow.com/questions/ask?tags=react-router
22+
- Ask in chat: https://discord.gg/6RyV8n8yyM
23+
- type: textarea
24+
attributes:
25+
label: What is the new or updated feature that you are suggesting?
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: Why should this feature be included?
31+
validations:
32+
required: true

0 commit comments

Comments
 (0)