Skip to content

Commit

Permalink
Create feature_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 committed Jan 12, 2022
1 parent a07e9fd commit 7a75dc4
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Feature request
description: Suggest features, propose improvements, discuss new ideas.
title: "[FEATURE] <description>"
labels: ["⭐ goal: addition"]
body:
- type: markdown
attributes:
value: Provide a general summary of the issue in the Title above
- type: textarea
id: description
attributes:
label: Detailed description
description: Provide a detailed description of the change or addition you are proposing
validations:
required: true
- type: textarea
id: context
attributes:
label: Context
description: |
Why is this change important to you? How would you use it?
How can it benefit other users?
validations:
required: true
- type: textarea
id: possibleimpl
attributes:
label: Possible implementation
description: Not obligatory, but suggest an idea for implementing addition or change
validations:
required: false
- type: textarea
id: extrainformation
attributes:
label: Additional information
description: Is there anything else we should know about this feature?
validations:
required: false
- type: markdown
attributes:
value: |
You can also join our [Discord community](https://dsc.gg/learnwithcommunity)
Feel free to check out our community projects [on our GitHub organization](https://github.com/LearnWithCommunity)

0 comments on commit 7a75dc4

Please sign in to comment.