From ec1e0299f2af3493e0d65ab9e34d0d5b689fb0b0 Mon Sep 17 00:00:00 2001 From: Tim Dorr Date: Tue, 13 Jul 2021 13:07:00 -0400 Subject: [PATCH] Create feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000000..520102edf1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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