Skip to content

Commit

Permalink
Create feature_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr authored Jul 13, 2021
1 parent 60cbe26 commit ec1e029
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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

0 comments on commit ec1e029

Please sign in to comment.