-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update: feature-request issue template added (#12)
- Loading branch information
1 parent
3e7b5e5
commit 8389453
Showing
4 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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,35 @@ | ||
name: Feature request | ||
description: Suggest features, propose improvements, discuss new ideas | ||
title: "[FEATURE] <description>" | ||
# labels: [""] | ||
body: | ||
- type: textarea | ||
id: suggestion | ||
attributes: | ||
label: ⭐ Suggestion | ||
description: A summary of what you'd like to see added or changed | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: usecases | ||
attributes: | ||
label: 💻 Use Cases | ||
description: | | ||
What are possible you cases for your suggested feature? | ||
Are you using any workarounds in the meantime? | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: relatedproblems | ||
attributes: | ||
label: ❌ Related Problems | ||
description: | | ||
Is your Request related to a problem? | ||
Think about linking existing Issues here! | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
You can also join the Discord community [here](http://discord.eddiehub.org) | ||
Feel free to check out other cool repositories of the The DesignSystems Community [here](https://bit.ly/thedesignsystems-github) |
Empty file.
Empty file.