From 936249e1410aa603ea3e01b74ecc9ba94fbc1406 Mon Sep 17 00:00:00 2001 From: bhanurp Date: Mon, 21 Oct 2024 23:46:47 +0530 Subject: [PATCH] Disabled blank issue creation --- .github/ISSUE_TEMPLATE/bug_report.yaml | 87 -------------------------- .github/ISSUE_TEMPLATE/config.yaml | 1 - 2 files changed, 88 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml delete mode 100644 .github/ISSUE_TEMPLATE/config.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml deleted file mode 100644 index 7465be4c..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ /dev/null @@ -1,87 +0,0 @@ -name: Bug Report -description: File a bug report. -title: "[Bug]: " -labels: ["bug", "triage", "needs-triage", "documentation"] -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! - - type: input - id: contact - attributes: - label: Plugin Name - description: Name of the plugin issue is seen? - placeholder: ex. artifactCleanup.groovy - validations: - required: true - - type: input - id: plugin-path - attributes: - label: Plugin Path? - description: Path of plugin from root of repository? - placeholder: ex. cleanup/artifactCleanup.groovy - validations: - required: true - - type: dropdown - id: isDeprecated - attributes: - label: IsDeprecated - description: Is the plugin in deprecated-plugins folder(deprecated-plugins)? - options: - - Yes (Default) - - No - default: 0 - validations: - required: true - - type: textarea - id: config - attributes: - label: config/properties - description: Please copy and paste any relevant config.json or properties. - render: shell - validations: - required: true - - type: input - id: rtVersion - attributes: - label: Artifactory Version? - description: Version of Artifactory in Semantic format? - placeholder: ex. 7.XX.X - validations: - required: true - - type: textarea - id: alternative - attributes: - label: Alternatives Explored - description: Have you considered any alternative solutions or workarounds out of box in Artifactory? - render: shell - validations: - required: true - - type: textarea - id: issue - attributes: - label: Issue Summary - description: Summary of the Issue you are facing? - render: shell - validations: - required: true - - type: dropdown - id: selfFix - attributes: - label: Can you fix it? - description: Can you fix the issue by yourself? - options: - - Yes (Default) - - No - default: 0 - validations: - required: true - - type: textarea - id: solution - attributes: - label: Expected Solution - description: What is the solution expected? - render: shell - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml deleted file mode 100644 index ec4bb386..00000000 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: false \ No newline at end of file