Some checks failed
Podman Rootless Demo / test-backend (push) Has been cancelled
Podman Rootless Demo / test-frontend (push) Has been cancelled
Podman Rootless Demo / build-backend (push) Has been cancelled
Podman Rootless Demo / build-frontend (push) Has been cancelled
Podman Rootless Demo / deploy-prod (push) Has been cancelled
74 lines
No EOL
2.3 KiB
YAML
74 lines
No EOL
2.3 KiB
YAML
name: Bug Report
|
|
description: Report something that's not working as expected.
|
|
title: "[Bug]: "
|
|
labels:
|
|
- Kind/Bug
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report! Please provide as much detail as possible to help us investigate.
|
|
- type: input
|
|
id: summary
|
|
attributes:
|
|
label: Brief Summary
|
|
description: A concise, one-sentence description of the bug.
|
|
placeholder: ex. Application crashes when saving a file with a specific character.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
description: |
|
|
What steps did you take to encounter the bug? Be specific and number each step.
|
|
1.
|
|
2.
|
|
3.
|
|
placeholder: |
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: What did you expect to happen?
|
|
placeholder: ex. The file should save successfully and a confirmation message should appear.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: actual
|
|
attributes:
|
|
label: Actual Behavior
|
|
description: What actually happened? Include any error messages, logs, or crash reports.
|
|
placeholder: ex. The application closes immediately without any error message.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: extra-context
|
|
attributes:
|
|
label: Additional Context
|
|
description: |
|
|
Add any other context about the problem here.
|
|
This is a good place to list:
|
|
- Your OS and version (e.g., Windows 11, Debian 12)
|
|
- Application or package version (e.g., v2.1.0, commit SHA)
|
|
- Screenshots or screen recordings
|
|
- Relevant environment variables or configuration
|
|
render: shell
|
|
validations:
|
|
required: false
|
|
- type: checkboxes
|
|
id: checks
|
|
attributes:
|
|
label: Checklist
|
|
description: Please confirm the following.
|
|
options:
|
|
- label: I have checked that this bug has not already been reported.
|
|
required: true
|
|
- label: I have provided all the requested information to the best of my ability.
|
|
required: true |