init
This commit is contained in:
28
.github/ISSUE_TEMPLATE/proposal.yml
vendored
Normal file
28
.github/ISSUE_TEMPLATE/proposal.yml
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
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.
|
||||
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?
|
||||
validations:
|
||||
required: false
|
||||
Reference in New Issue
Block a user