mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
6a1ca3f6ed
* 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>
35 lines
1.3 KiB
YAML
35 lines
1.3 KiB
YAML
name: Bug Report
|
|
description: Let us know about an issue you experienced with this software
|
|
# labels: ["some existing label","another one"]
|
|
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: bug
|
|
attributes:
|
|
label: Description of bug
|
|
# description: What seems to be the problem?
|
|
# placeholder: Describe the problem.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: Provide the steps that led to the discovery of the issue.
|
|
# placeholder: Describe what you were doing so we can reproduce the problem.
|
|
validations:
|
|
required: false
|