-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: 💡 Feature Request | ||
description: I want to add something to React Router. | ||
title: "[Feature]: " | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for contributing! | ||
Do you need some help? | ||
====================== | ||
The issue tracker is meant for feature requests and bug reports only. This isn't the best place for | ||
support or usage questions. Questions here don't have as much visibility as they do elsewhere. Before | ||
you ask a question, here are some resources to get help first: | ||
- Read the docs: https://reacttraining.com/react-router | ||
- Check out the list of frequently asked questions: https://github.com/ReactTraining/react-router/blob/master/FAQ.md | ||
- Explore examples: https://reacttraining.com/react-router/web/example/basic | ||
- Look for/ask questions on Stack Overflow: https://stackoverflow.com/questions/ask?tags=react-router | ||
- Ask in chat: https://discord.gg/6RyV8n8yyM | ||
- type: textarea | ||
attributes: | ||
label: What is the new or updated feature that you are suggesting? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Why should this feature be included? | ||
validations: | ||
required: true |