81 lines
1.8 KiB
YAML
81 lines
1.8 KiB
YAML
# .gitea/ISSUE_TEMPLATE/bug_report.yaml
|
|
name: 🐛 Bug Report
|
|
about: Create a report to help improve the dotfiles
|
|
labels: ["bug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
|
|
- type: input
|
|
id: os
|
|
attributes:
|
|
label: Operating System
|
|
description: What OS are you using?
|
|
placeholder: e.g., macOS 13.0, Arch Linux, Ubuntu 22.04
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: shell
|
|
attributes:
|
|
label: Shell
|
|
description: Which shell did you choose?
|
|
options:
|
|
- Fish
|
|
- Zsh
|
|
- Other (please specify)
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: bug-description
|
|
attributes:
|
|
label: Bug Description
|
|
description: A clear description of what the bug is
|
|
placeholder: Tell us what you see!
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
description: Steps to reproduce the behavior
|
|
placeholder: |
|
|
1. Run './install.sh'
|
|
2. Select option '...'
|
|
3. See error
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: What you expected to happen
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: actual
|
|
attributes:
|
|
label: Actual Behavior
|
|
description: What actually happened
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Error Messages / Logs
|
|
description: Please copy and paste any relevant log output
|
|
render: shell
|
|
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any other context about the problem here
|