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

update: feature-request issue template added (#12) #15

Merged
merged 1 commit into from
Sep 18, 2021
Merged
Show file tree
Hide file tree
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
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.