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: |