mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-09 01:47:32 +08:00
Update 3-bug.yml
This commit is contained in:
parent
a66e4c7cf2
commit
067594975c
14
.github/ISSUE_TEMPLATE/3-bug.yml
vendored
14
.github/ISSUE_TEMPLATE/3-bug.yml
vendored
@ -1,14 +1,14 @@
|
||||
name: "\U0001F41E Bug Report"
|
||||
name: "\U0001F41E Bug report"
|
||||
description: Create a report to help us improve the container
|
||||
title: "[Bug]: "
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Is there an existing issue for this?
|
||||
description: Please search to see if an issue already exists for the bug you encountered.
|
||||
label: Is there no existing bug report for this?
|
||||
description: Please search to see if the bug was not already reported before.
|
||||
options:
|
||||
- label: I have searched the existing issues
|
||||
- label: I have searched the existing bug reports
|
||||
required: true
|
||||
- type: input
|
||||
id: cpu
|
||||
@ -30,15 +30,15 @@ body:
|
||||
id: docker
|
||||
attributes:
|
||||
label: Docker version
|
||||
description: The version of Docker (as shown by `docker -v`).
|
||||
placeholder: e.g. Docker version 26.0.1, build d260a54
|
||||
description: The version of the Docker engine (as shown by `docker -v`).
|
||||
placeholder: e.g. 26.0.1
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: summary
|
||||
attributes:
|
||||
label: Description
|
||||
description: A clear and concise description of your issue.
|
||||
description: Describe the expected behaviour, the actual behaviour, and the steps to reproduce.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
Loading…
x
Reference in New Issue
Block a user