Skip to content

Commit

Permalink
Merge pull request #15 from DesignSystemsOSS/hacktoberfest
Browse files Browse the repository at this point in the history
update: feature-request issue template added (#12)
  • Loading branch information
yashsehgal authored Sep 18, 2021
2 parents a6c5195 + 8389453 commit 817e6c9
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.

1 comment on commit 817e6c9

@vercel
Copy link

@vercel vercel bot commented on 817e6c9 Sep 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.