Skip to content

Commit

Permalink
update: feature-request issue template added (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashsehgal committed Sep 18, 2021
1 parent 3e7b5e5 commit 8389453
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
Empty file added .github/ISSUE_TEMPLATE/bug.yml
Empty file.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
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.

0 comments on commit 8389453

Please sign in to comment.