Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update feature request template #1055

Merged
merged 1 commit into from
Jun 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 17 additions & 11 deletions .github/ISSUE_TEMPLATE/---feature-request.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
---
name: "\U0001F4A1 Feature request"
about: "Suggest an idea for this project \U0001F914"
title: ''
labels: Feature request
assignees: ''

about: Request a new feature
labels: feature-request
---
<!-- short description of the feature you are proposing: -->

#### Context

What are you trying to do and how would you want to do it differently? Is it something you currently cannot do? Is this related to an issue/problem?
<!-- What are you trying to do and how would you want to do it differently? Is it something you currently cannot do? -->

#### Alternatives

Can you achieve the same result doing it in an alternative way? Is the alternative considerable?
<!-- Can you achieve the same result doing it in an alternative way? Is the alternative considerable? -->

#### Has the feature been requested before?

Please provide a link to the issue.

#### Additional context
<!--
e.g. Related issues, stacktraces, suggestions on how to fix,
links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc

Add any other context or screenshots about the feature request here.
-->


* [ ] :wave: I may be able to implement this feature request
* [ ] :warning: This feature might incur a breaking change

---

This is a :rocket: Feature Request