Skip to content

Commit

Permalink
Create proposal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav authored Aug 24, 2024
1 parent 4e4f0c5 commit 2db5686
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/proposal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Proposal
description: Suggest features, propose improvements, discuss new ideas.
title: "[PROPOSAL] <description>"
labels: [proposal]
body:
- 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

0 comments on commit 2db5686

Please sign in to comment.