mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
51 lines
1.6 KiB
YAML
51 lines
1.6 KiB
YAML
name: 'Bug Report'
|
||
description: 'Report an Bug'
|
||
title: "[Bug] "
|
||
assignees: zyyfit
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: "## Contact Information"
|
||
- type: input
|
||
validations:
|
||
required: false
|
||
attributes:
|
||
label: "Contact Information"
|
||
description: "The ways to quickly contact you: WeChat group number and nickname, email, etc."
|
||
- type: markdown
|
||
attributes:
|
||
value: "## Environment Information"
|
||
- type: input
|
||
validations:
|
||
required: true
|
||
attributes:
|
||
label: "MaxKB Version"
|
||
description: "Log in to the MaxKB Web Console and check the current version on the `About` page in the top right corner."
|
||
- type: markdown
|
||
attributes:
|
||
value: "## Detailed information"
|
||
- type: textarea
|
||
attributes:
|
||
label: "Problem Description"
|
||
description: "Briefly describe the issue you’ve encountered."
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
attributes:
|
||
label: "Steps to Reproduce"
|
||
description: "How can this issue be reproduced."
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
attributes:
|
||
label: "The expected correct result"
|
||
- type: textarea
|
||
attributes:
|
||
label: "Related log output"
|
||
description: "Please paste any relevant log output here. It will automatically be formatted as code, so no backticks are necessary."
|
||
render: shell
|
||
- type: textarea
|
||
attributes:
|
||
label: "Additional Information"
|
||
description: "If you have any additional information to provide, you can include it here (screenshots, videos, etc., are welcome)."
|