Files
go-easy-utils/.github/ISSUE_TEMPLATE/01.bug_report.yaml
T
2024-08-17 08:21:05 +08:00

47 lines
1.1 KiB
YAML

name: "🐞 Bug Report"
description: "Submit a bug report to help us improve."
title: "[Bug]: "
labels: [bug]
# assignees: ''
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to submit a bug report! Please fill out the details below.
- type: textarea
id: environment
attributes:
label: "Environment"
placeholder: "e.g., version:v2.1.0"
value: |
- version:
description: |
examples:
- **version**: v2.1.0
validations:
required: true
- type: textarea
id: description
attributes:
label: Bug description
description: Detailed steps to reproduce the bug.
placeholder: Steps to reproduce the bug...
validations:
required: true
- type: textarea
id: logs
attributes:
label: "Log or error message"
description: "Please paste any relevant logs or error messages."
render: text
validations:
required: false
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug!