From 4658d1104b950af4f01c21ba580a328ece7ae1c1 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 6 Mar 2024 08:52:00 -0500 Subject: [PATCH] Update bug.yml Signed-off-by: Seth Vargo --- .github/ISSUE_TEMPLATE/bug.yml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 3d35b9a..2d9ed44 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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' @@ -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?'