Skip to content

Commit ec1e029

Browse files
authored
Create feature_request.yml
1 parent 60cbe26 commit ec1e029

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: 💡 Feature Request
2+
description: I want to add something to React Router.
3+
title: "[Feature]: "
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+
- type: textarea
22+
attributes:
23+
label: What is the new or updated feature that you are suggesting?
24+
validations:
25+
required: true
26+
- type: textarea
27+
attributes:
28+
label: Why should this feature be included?
29+
validations:
30+
required: true

0 commit comments

Comments
 (0)