Skip to content

Commit 82b604a

Browse files
authored
Update and rename Feature_request.md to feature_request.yml
1 parent aa6f768 commit 82b604a

File tree

2 files changed

+34
-36
lines changed

2 files changed

+34
-36
lines changed

.github/ISSUE_TEMPLATE/Feature_request.md

Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: 👍 Feature Request
2+
description: I'd like React Redux to do something new.
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Thank you for contributing to open source!
8+
9+
Do you need some help?
10+
======================
11+
12+
The issue tracker is meant for 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:
13+
14+
- Read the docs: https://react-redux.js.org/
15+
- Check out the troubleshooting guide: https://react-redux.js.org/troubleshooting
16+
- Look for/ask questions on Stack Overflow: https://stackoverflow.com/questions/tagged/redux
17+
- Ask in chat: https://www.reactiflux.com/
18+
- type: textarea
19+
attributes:
20+
label: What is the new or updated feature that you are suggesting?
21+
description: |
22+
Please provide thoughtful commentary *and code samples* on what this feature means for your product. What will it allow you to do that you can't do today? How will it make current work-arounds straightforward? What potential bugs and edge cases does it help to avoid? etc. Please keep it product-centric.
23+
validations:
24+
required: true
25+
- type: textarea
26+
attributes:
27+
label: Why should this feature be included?
28+
validations:
29+
required: true
30+
- type: textarea
31+
attributes:
32+
label: What docs changes are needed to explain this?
33+
validations:
34+
required: true

0 commit comments

Comments
 (0)