mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 22:17:58 +00:00
8900d5b23a
This PR moves the `ISSUE_TEMPLATE` to the root and removes the old ones.
56 lines
1.8 KiB
YAML
56 lines
1.8 KiB
YAML
name: Feature Request
|
|
description: Submit your requests and suggestions to improve!
|
|
labels: [ I5-enhancement ]
|
|
body:
|
|
- type: checkboxes
|
|
id: existing
|
|
attributes:
|
|
label: Is there an existing issue?
|
|
description: Please search to see if an issue already exists and leave a comment that you also experienced this issue or add your specifics that are related to an existing issue.
|
|
options:
|
|
- label: I have searched the existing issues
|
|
required: true
|
|
- type: checkboxes
|
|
id: stackexchange
|
|
attributes:
|
|
label: Experiencing problems? Have you tried our Stack Exchange first?
|
|
description: Please search <https://substrate.stackexchange.com> to see if an post already exists, and ask if not. Please do not file support issues here.
|
|
options:
|
|
- label: This is not a support question.
|
|
required: true
|
|
- type: textarea
|
|
id: motivation
|
|
attributes:
|
|
label: Motivation
|
|
description: Please give precedence as to what lead you to file this issue.
|
|
# placeholder: Describe ...
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: request
|
|
attributes:
|
|
label: Request
|
|
description: Please describe what is needed.
|
|
# placeholder: Describe what you would like to see added or changed.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Solution
|
|
description: If possible, please describe what a solution could be.
|
|
# placeholder: Describe what you would like to see added or changed.
|
|
validations:
|
|
required: false
|
|
- type: dropdown
|
|
id: help
|
|
attributes:
|
|
label: Are you willing to help with this request?
|
|
multiple: true
|
|
options:
|
|
- Yes!
|
|
- No.
|
|
- Maybe (please elaborate above)
|
|
validations:
|
|
required: true
|