Skip to content

Commit

Permalink
feat: add proposal issue template
Browse files Browse the repository at this point in the history
Co-authored-by: Esteban BARON <estebanbaron.pro@gmail.com>
Co-authored-by: Arsène FOUGEROUSE <arsene582@gmail.com>
  • Loading branch information
EstebanBAR0N and GridexX committed Oct 30, 2023
1 parent 6832024 commit 53e6ca1
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/proposal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Proposal
description: Propose an enhancement or new feature.
labels:
- proposal
body:
- type: textarea
id: change
attributes:
label: Proposed change
description: |-
This could be a behavior change, enhanced API, or a new feature.
Be explicit about the changes intended and how they will address the problem.
You can include code snippets, architectural diagrams, or any other relevant information.
validations:
required: true
- type: textarea
id: usecase
attributes:
label: Use case
description: What is the use case or general motivation for this proposal?
validations:
required: true
- type: textarea
id: contribute
attributes:
label: Contribution
description: |-
Are you intending or interested in contributing code for this proposal if accepted?
If so, please indicate what you are interested in contributing.
validations:
required: false
- type: textarea
id: details
attributes:
label: Other details
description: Provide as many details or other information that may be relevant to the proposal.
validations:
required: false

0 comments on commit 53e6ca1

Please sign in to comment.