mirror of
https://github.com/crazy-max/diun.git
synced 2025-01-12 11:38:11 +00:00
96 lines
2.5 KiB
YAML
96 lines
2.5 KiB
YAML
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
|
|
name: Bug Report
|
|
description: Report a bug
|
|
labels:
|
|
- status/triage
|
|
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Support guidelines
|
|
description: Please read the support guidelines before proceeding.
|
|
options:
|
|
- label: I've read the [support guidelines](https://github.com/crazy-max/diun/blob/master/.github/SUPPORT.md)
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: I've found a bug and checked that ...
|
|
description: |
|
|
Make sure that your request fulfills all of the following requirements. If one requirement cannot be satisfied, explain in detail why.
|
|
options:
|
|
- label: ... the documentation does not mention anything about my problem
|
|
- label: ... there are no open or closed issues that are related to my problem
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: |
|
|
Please provide a brief description of the bug in 1-2 sentences.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected behaviour
|
|
description: |
|
|
Please describe precisely what you'd expect to happen.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Actual behaviour
|
|
description: |
|
|
Please describe precisely what is actually happening.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: |
|
|
Please describe the steps to reproduce the bug.
|
|
placeholder: |
|
|
1. ...
|
|
2. ...
|
|
3. ...
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Diun version
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Docker info
|
|
description: |
|
|
Output of `docker info` command.
|
|
render: text
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Docker Compose config
|
|
description: |
|
|
Output of `docker compose config` command (if applicable).
|
|
render: yaml
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Logs
|
|
description: |
|
|
Please provide the container logs (set log-level to debug and enable log-caller).
|
|
render: text
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional info
|
|
description: |
|
|
Please provide any additional information that seem useful.
|