From d5509a9ac8d22d15ce01126acaf446ed02e76af6 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Sun, 23 Nov 2025 13:55:52 +0100 Subject: [PATCH] chore: add docs issue template and enable blank issues --- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/docs_report.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/docs_report.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f9576ddfc..f19ffc7b9 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: MIT -blank_issues_enabled: false +#blank_issues_enabled: false contact_links: - name: 💡 Request a new plugin url: https://github.com/orgs/tauri-apps/discussions/new?category=plugin-requests diff --git a/.github/ISSUE_TEMPLATE/docs_report.md b/.github/ISSUE_TEMPLATE/docs_report.md new file mode 100644 index 000000000..267c967fc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docs_report.md @@ -0,0 +1,5 @@ +--- +name: 📚 Docs Report +about: Create a report to help us improve the docs +labels: 'type: documentation' +---