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 authored Mar 6, 2024
1 parent 0a05016 commit 4658d11
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body:
- type: 'markdown'
attributes:
value: |-
Thank you for filing an bug. Please complete the form below so we can triage, reproduce, and fix your issue.
**🛑 WARNING!** We are no longer accepting feature requests. Only *severe* bugs and security issues will be fixed. Users should prefer the native Google Artifact Registry functionality instead of gcr-cleaner. We are only fixing bugs and security issues in gcr-cleaner now that there's a native (and free) feature in the Google Cloud product.
- id: 'tldr'
type: 'textarea'
Expand Down Expand Up @@ -33,35 +33,25 @@ 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'

- 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'

- 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'

- id: 'additional'
type: 'textarea'
attributes:
label: 'Additional information'
description: 'Is there anything else you think we should know?'
description: 'Is there anything else you think we should know?'

0 comments on commit 4658d11

Please sign in to comment.