From 990853f8c76fc90cd54f76ac72d4212044cbf786 Mon Sep 17 00:00:00 2001 From: Dariusz L Date: Mon, 11 Aug 2025 18:16:50 +0200 Subject: [PATCH] Update Issue_template --- .github/ISSUE_TEMPLATE/docs_request.yml | 8 +++++++- .github/ISSUE_TEMPLATE/feature-request.yml | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/docs_request.yml b/.github/ISSUE_TEMPLATE/docs_request.yml index 5d5c500..7e19360 100644 --- a/.github/ISSUE_TEMPLATE/docs_request.yml +++ b/.github/ISSUE_TEMPLATE/docs_request.yml @@ -3,11 +3,17 @@ description: Suggest improvements or additions to documentation title: "[Docs] " labels: [documentation] body: + - type: markdown + attributes: + value: | + > This template is only for suggesting improvements or additions **to existing documentation**. + > If you want to suggest a new feature, functionality, or enhancement for the project itself, please use the **Feature Request** template instead. + > Thank you! - type: input id: doc_area attributes: label: Area of documentation - placeholder: e.g. Getting started, Node API, Deployment guide + placeholder: e.g. Key Features, Installation, Controls & Shortcuts validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index c8b1cb4..f43f1f4 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -3,6 +3,10 @@ description: Suggest an idea for this project title: '[Feature Request]: ' labels: ['enhancement'] body: + - type: markdown + attributes: + value: | + **Before suggesting a new feature, please make sure you are using the latest version of the project and that this functionality does not already exist.** - type: markdown attributes: value: |