-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Esteban BARON <estebanbaron.pro@gmail.com> Co-authored-by: Arsène FOUGEROUSE <arsene582@gmail.com>
- Loading branch information
1 parent
6832024
commit b392e05
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |