Skip to content

Commit

Permalink
Fix some fields in the GitHub issue forms (#2179)
Browse files Browse the repository at this point in the history
  • Loading branch information
divshacker authored Oct 13, 2021
1 parent c826104 commit da43ba7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@ body:
validations:
required: true
- type: input
attributes:
label: 'Docker version and image'
- type: dropdown
attributes:
label: OS
options:
- Windows
- Linux
- Mac
description: e.g. Windows 10, Arch Linux, macOS 11, etc.
validations:
required: true
- type: input
attributes:
label: Docker version and image
- type: textarea
attributes:
label: Expected Behaviour
Expand Down

0 comments on commit da43ba7

Please sign in to comment.