From 88275125c1ef4443afc27c03d992177a869d95e1 Mon Sep 17 00:00:00 2001 From: ming Date: Tue, 4 Aug 2026 02:30:40 +0800 Subject: [PATCH] fix: use valid GitHub issue form configuration --- .github/ISSUE_TEMPLATE/config.yml | 31 ++++--------------------- .github/ISSUE_TEMPLATE/docs_inquiry.yml | 26 +++++++++++++++++++++ 2 files changed, 31 insertions(+), 26 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/docs_inquiry.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index cdfdc7bc..6b65000e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,26 +1,5 @@ -name: Docs / Typo / Inquiry -description: Fix a typo, clarify README, or ask a question about the repository. -title: "" -labels: - - question -body: - - type: dropdown - id: category - attributes: - label: Category - description: What kind of issue is this? - options: - - Documentation / README - - Typo - - Folder layout / organization - - General question - validations: - required: true - - type: textarea - id: details - attributes: - label: Details - description: Provide the location (file path or section) and what should change or what you're asking. - placeholder: "..." - validations: - required: true +blank_issues_enabled: false +contact_links: + - name: Community discussions + url: https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools/discussions + about: Ask usage questions and discuss prompt research with the community. diff --git a/.github/ISSUE_TEMPLATE/docs_inquiry.yml b/.github/ISSUE_TEMPLATE/docs_inquiry.yml new file mode 100644 index 00000000..8b924d37 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docs_inquiry.yml @@ -0,0 +1,26 @@ +name: Docs / Typo / Inquiry +description: Fix a typo, clarify README, or ask a question about the repository. +title: "[Docs] " +labels: + - question +body: + - type: dropdown + id: category + attributes: + label: Category + description: What kind of issue is this? + options: + - Documentation / README + - Typo + - Folder layout / organization + - General question + validations: + required: true + - type: textarea + id: details + attributes: + label: Details + description: Provide the location (file path or section) and what should change or what you're asking. + placeholder: "..." + validations: + required: true