Skip to content

Commit

Permalink
Update bug.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Vargo <seth@sethvargo.com>
  • Loading branch information
sethvargo committed Mar 20, 2023
1 parent d7171f6 commit dc0ce9c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,32 @@ body:
label: 'Debug log output'
description: 'Paste the debug log output here. See https://github.com/GoogleCloudPlatform/gcr-cleaner#Debugging for more information.'
render: 'text'

- id: 'mode'
type: 'dropdown'
attributes:
label: 'How are you running gcr-cleaner?'
options:
- 'CLI'
- 'Server'
validations:
required: true

- id: 'version'
type: 'input'
attributes:
label: 'gcr-cleaner version'
description: 'Version of gcr-cleaner. If using the CLI, run `gcr-cleaner -v`. If using the server, check the debug logs or provide the container SHA'
validations:
required: true

- id: 'environment'
type: 'textarea'
attributes:
label: 'Environment'
description: 'Provide as much information about your environment as possible. If you are using gcr-cleaner as a CLI, include local operating system information. If you are running gcr-cleaner as a service, describe the deployment topology, permissions, and runtime.'
validations:
required: true

- id: 'additional'
type: 'textarea'
Expand Down

0 comments on commit dc0ce9c

Please sign in to comment.