mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
Add github issue form templates (#11061)
* add issue form templates * Apply suggestions from code review Co-authored-by: Sacha Lansky <sacha@parity.io> Co-authored-by: Sacha Lansky <sacha@parity.io>
This commit is contained in:
+52
@@ -0,0 +1,52 @@
|
||||
name: Feature Request
|
||||
description: Submit your requests and suggestions to improve!
|
||||
body:
|
||||
- type: checkboxes
|
||||
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
|
||||
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: content
|
||||
attributes:
|
||||
label: Motivation
|
||||
description: Please give precedence as to what lead you to file this issue.
|
||||
# placeholder: Describe ...
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: content
|
||||
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: content
|
||||
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