-
Notifications
You must be signed in to change notification settings - Fork 983
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Feature Request Issue Template (#486)
- Loading branch information
Showing
1 changed file
with
33 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,33 @@ | ||
--- | ||
name: Request | ||
about: Suggest an idea for the roadmap! The team will review | ||
title: "[Request]: Describe Request Here" | ||
labels: Request | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Tell us about your request** | ||
What do you want us to build? | ||
|
||
**Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?** | ||
What outcome are you trying to achieve, ultimately, and why is it hard/impossible to do right now? What is the impact of not having this problem solved? The more details you can provide, the better we'll be able to understand and solve the problem. | ||
|
||
**Are you currently working around this issue?** | ||
How are you currently solving this problem? | ||
|
||
**Additional context** | ||
Anything else we should know? | ||
|
||
**Attachments** | ||
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.) | ||
|
||
<!-- Please keep this note for the community --> | ||
|
||
### Community Note | ||
|
||
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request | ||
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request | ||
* If you are interested in working on this issue or have submitted a pull request, please leave a comment | ||
|
||
<!-- Thank you for keeping this note for the community --> |