File tree Expand file tree Collapse file tree 2 files changed +47
-42
lines changed Expand file tree Collapse file tree 2 files changed +47
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments