mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00
chore: fix issue template
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
948414e1b2
commit
00b18558dd
34
.github/ISSUE_TEMPLATE/bug.yml
vendored
34
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -59,7 +59,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Buildx version
|
label: Buildx version
|
||||||
description: |
|
description: |
|
||||||
Can be found using the `docker buildx version` command.
|
Output of `docker buildx version` command.
|
||||||
Example: `github.com/docker/buildx v0.8.1 5fac64c2c49dae1320f2b51f1a899ca451935554`
|
Example: `github.com/docker/buildx v0.8.1 5fac64c2c49dae1320f2b51f1a899ca451935554`
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@ -68,31 +68,24 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Docker info
|
label: Docker info
|
||||||
description: |
|
description: |
|
||||||
Output of `docker info`.
|
Output of `docker info` command.
|
||||||
placeholder: |
|
render: text
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
render: markdown
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Builders list
|
label: Builders list
|
||||||
description: |
|
description: |
|
||||||
Output of `docker buildx ls`.
|
Output of `docker buildx ls` command.
|
||||||
placeholder: |
|
render: text
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
render: markdown
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Configuration
|
label: Configuration
|
||||||
description: |
|
description: >
|
||||||
Please provide a minimal Dockerfile, bake definition (if applicable) and invoked command to reproduce the bug.
|
Please provide a minimal Dockerfile, bake definition (if applicable) and
|
||||||
|
invoked commands to help reproducing your issue.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
```dockerfile
|
```dockerfile
|
||||||
FROM alpine
|
FROM alpine
|
||||||
@ -113,20 +106,15 @@ body:
|
|||||||
$ docker buildx build .
|
$ docker buildx build .
|
||||||
$ docker buildx bake
|
$ docker buildx bake
|
||||||
```
|
```
|
||||||
render: markdown
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Logs
|
label: Build logs
|
||||||
description: |
|
description: |
|
||||||
Please provide Buildx logs (also BuildKit logs if applicable).
|
Please provide logs output (and/or BuildKit logs if applicable).
|
||||||
placeholder: |
|
render: text
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
render: markdown
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user