From a220f6706eff96105a8940893a018703763556c4 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 17 Apr 2024 18:34:23 +0200 Subject: [PATCH] docs: Update issue templates (#390) --- .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 84dd3ac..ceefd41 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