From 39da741cbccbf5a712524ab2962458506f9679df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Wed, 6 Dec 2023 17:30:37 -0500 Subject: [PATCH] chore: add a warning about creating 1 GH issue per problem/suggestion. (#590) --- .github/ISSUE_TEMPLATE/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml index ebd9257a..438cfbcb 100644 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -1,6 +1,6 @@ --- name: Documentations -description: Any suggestions related to the documentation, whether it's an issue, missing information, unclear steps or new page that should be created +description: Any suggestions related to the documentation, whether it's an issue, missing information, unclear steps or new page that should be created. Please create one GitHub issue per problem or suggestion! body: - type: markdown attributes: @@ -34,7 +34,7 @@ body: id: issue attributes: label: What is the issue? - description: Give us as many details as possible about the issue with the documentation + description: Give us as many details as possible about the issue with the documentation. placeholder: Tell us what can be improved! validations: required: true