From 23a64c4ecf253fef80281d4e474c24f3606ccad6 Mon Sep 17 00:00:00 2001 From: florisvdh Date: Tue, 19 Dec 2023 18:10:27 +0100 Subject: [PATCH] Issue templates: enable auto-labelling feature & documentation --- .github/ISSUE_TEMPLATE/40_feature.yml | 2 +- .github/ISSUE_TEMPLATE/50_documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/40_feature.yml b/.github/ISSUE_TEMPLATE/40_feature.yml index b790c3f3..82a6b603 100644 --- a/.github/ISSUE_TEMPLATE/40_feature.yml +++ b/.github/ISSUE_TEMPLATE/40_feature.yml @@ -1,6 +1,6 @@ name: Feature request description: "Suggest an idea for a new feature." -labels: [null] +labels: ["feature"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/50_documentation.yml b/.github/ISSUE_TEMPLATE/50_documentation.yml index eb96c9f2..6f662d48 100644 --- a/.github/ISSUE_TEMPLATE/50_documentation.yml +++ b/.github/ISSUE_TEMPLATE/50_documentation.yml @@ -1,6 +1,6 @@ name: Documentation idea description: "Report a documentation shortcoming or suggest a documentation improvement." -labels: [null] +labels: ["documentation"] body: - type: markdown attributes: