From d8e5ac585c3c694eeb495a73e855f9178e1db239 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 20 Jul 2025 10:52:14 +0900 Subject: [PATCH] Disable blank issue (#3801) --- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/issue_template.yml | 41 ------------------------------- 2 files changed, 1 insertion(+), 41 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/issue_template.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/issue_template.yml b/.github/issue_template.yml deleted file mode 100644 index b4ffd8b13..000000000 --- a/.github/issue_template.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: Report issue -description: Report a problem or feature request with GitBucket -body: - - type: markdown - attributes: - value: | - ### Before submitting an issue to GitBucket, please ensure you have: - - Read the [contribution guidelines](https://github.com/gitbucket/gitbucket/blob/master/.github/CONTRIBUTING.md) - - Searched for similar existing issues - - Read the documentation and [wiki](https://github.com/gitbucket/gitbucket/wiki) - - You can use [Gitter chat room](https://gitter.im/gitbucket/gitbucket) instead of GitHub Issues for casual discussion or inquiry - - - type: checkboxes - id: prerequisites - attributes: - label: Prerequisites - options: - - label: I have read the contribution guidelines - - label: I have searched for similar issues - - label: I have read the documentation and wiki - - - type: input - id: impacted_version - attributes: - label: Impacted version - description: Which version of GitBucket is affected? - placeholder: e.g. 4.37.0 - - - type: input - id: deployment_mode - attributes: - label: Deployment mode - description: How do you use GitBucket? (standalone app, under webcontainer, with an HTTP frontend, etc.) - placeholder: e.g. Standalone app, Tomcat, nginx - - - type: textarea - id: problem_description - attributes: - label: Problem description - description: Be as explicit as you can. Describe the problem, its symptoms, how to reproduce, and attach any relevant information (screenshots, logs, etc.) - placeholder: Describe the problem and how to reproduce it