From be638955b1f9884fd5680c004edb0c48928ef224 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 12 Apr 2021 13:27:19 +0200 Subject: [PATCH] Remove superfluous 'Again' phrasing It sets the wrong tone. Fixes #9449. --- .github/ISSUE_TEMPLATE/featurerequest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/featurerequest.yaml b/.github/ISSUE_TEMPLATE/featurerequest.yaml index 64c04cb90e..411ce8bceb 100644 --- a/.github/ISSUE_TEMPLATE/featurerequest.yaml +++ b/.github/ISSUE_TEMPLATE/featurerequest.yaml @@ -28,7 +28,7 @@ body: - type: textarea attributes: label: Describe alternatives you've considered - description: A clear and concise description of any alternative solutions or features you've considered. Again, if possible, think about why these alternatives are not working out. + description: A clear and concise description of any alternative solutions or features you've considered. If possible, think about why these alternatives are not working out. placeholder: The alternatives I've considered are... validations: required: true