Skip to content

Commit

Permalink
add context textarea for bug template
Browse files Browse the repository at this point in the history
Signed-off-by: Shaun Thompson <shaun.thompson@docker.com>
  • Loading branch information
thompson-shaun committed May 6, 2024
1 parent 2437746 commit 6fc3ef7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@ body:

- type: textarea
attributes:
label: Docker info
label: Builders list
description: |
Output of `docker info` command.
Output of `docker buildx ls` command.
render: text
validations:
required: true

- type: textarea
attributes:
label: Builders list
label: Docker info
description: |
Output of `docker buildx ls` command.
Output of `docker info` command.
render: text
validations:
required: true

- type: textarea
attributes:
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ body:
validations:
required: true

- type: input
- type: textarea
attributes:
label: Buildx version
label: Additional context
description: |
Output of `docker buildx version` command.
Example: `github.com/docker/buildx v0.8.1 5fac64c2c49dae1320f2b51f1a899ca451935554`
Please provide any additional context such as version information, logs, or configuration.
validations:
required: false

0 comments on commit 6fc3ef7

Please sign in to comment.