mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 00:37:57 +00:00
Move ISSUE_TEMPLATE (#1567)
This PR moves the `ISSUE_TEMPLATE` to the root and removes the old ones.
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
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
|
||||
Reference in New Issue
Block a user