Skip to content

Commit de785e7

Browse files
authored
Switch bug report to issue form
1 parent ec1e029 commit de785e7

File tree

2 files changed

+47
-42
lines changed

2 files changed

+47
-42
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

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

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: 🐛 Bug Report
2+
description: Something is wrong with React Router.
3+
title: "[Bug]: "
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for contributing!
9+
10+
Do you need some help?
11+
======================
12+
The issue tracker is meant for feature requests and bug reports only. This isn't the best place for
13+
support or usage questions. Questions here don't have as much visibility as they do elsewhere. Before
14+
you ask a question, here are some resources to get help first:
15+
16+
- Read the docs: https://reacttraining.com/react-router
17+
- Check out the list of frequently asked questions: https://github.com/ReactTraining/react-router/blob/master/FAQ.md
18+
- Explore examples: https://reacttraining.com/react-router/web/example/basic
19+
- Look for/ask questions on Stack Overflow: https://stackoverflow.com/questions/ask?tags=react-router
20+
- Ask in chat: https://discord.gg/6RyV8n8yyM
21+
22+
### Test Case Starter:
23+
https://codesandbox.io/s/react-router-gh6n7
24+
- type: input
25+
attributes:
26+
label: What version of React Router are you using?
27+
validations:
28+
required: true
29+
- type: textarea
30+
attributes:
31+
label: Steps to Reproduce
32+
description: Steps to reproduce the behavior.
33+
validations:
34+
required: true
35+
- type: textarea
36+
attributes:
37+
label: Expected Behavior
38+
description: A concise description of what you expected to happen.
39+
validations:
40+
required: true
41+
- type: textarea
42+
attributes:
43+
label: Actual Behavior
44+
description: A concise description of what you're experiencing.
45+
validations:
46+
required: true
47+

0 commit comments

Comments
 (0)