From c220efc2b3d2b902ac7367d54f17290421f52bc8 Mon Sep 17 00:00:00 2001 From: David Benque Date: Thu, 1 Sep 2022 12:25:45 +0100 Subject: [PATCH] Corrections to issue template - add encouragement to search before creating a new issue - fix uncapitalized label that does not get applied --- .github/ISSUE_TEMPLATE/new_feature.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new_feature.yml b/.github/ISSUE_TEMPLATE/new_feature.yml index fcf71cae0..a8b434a75 100644 --- a/.github/ISSUE_TEMPLATE/new_feature.yml +++ b/.github/ISSUE_TEMPLATE/new_feature.yml @@ -1,6 +1,6 @@ name: Feature Request -description: Suggest an idea for CryptPad -labels: ["feature request"] +description: Suggest an idea for CryptPad. Please search past issues and labels to check that your question/idea has not already been addressed. If it has please comment on the relevant issues instead of creating a new one +labels: ["Feature Request"] body: - type: textarea attributes: @@ -17,4 +17,4 @@ body: - type: textarea attributes: label: Additional context - description: Add any other context or screenshots about the feature request. + description: Add any other context or screenshots about the feature request. \ No newline at end of file