From e812e4d9c4152388cf17046a98f30f92ad0d986a Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 17 Apr 2024 18:35:46 +0200 Subject: [PATCH] docs: Update issue templates (#70) --- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml | 1 + .github/ISSUE_TEMPLATE/QUESTION.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml index d3b3695..eb95b34 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml @@ -1,5 +1,6 @@ name: "\U0001F680 Feature request" description: Suggest an idea for improving the container +title: "[Feature]: " labels: ["enhancement"] body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/QUESTION.yml b/.github/ISSUE_TEMPLATE/QUESTION.yml index a6bed0c..3ade31c 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION.yml @@ -1,6 +1,6 @@ name: "? Question" description: General questions about the container -title: "Question: " +title: "[Question]: " labels: ["question"] body: - type: markdown