From: Kresten Laust Date: Mon, 19 Jun 2023 08:12:46 +0000 (+0200) Subject: Changed text in feature request template X-Git-Url: http://these/git/?a=commitdiff_plain;h=1d2823e406de706d2fb974c7c39a936babe64666;p=lemmy-ui.git Changed text in feature request template Replaced a sentence referring to a the feature request as a bug report, and changed the title to refer to the UI of lemmy instead of simply lemmy, even though it was also technically correct before. --- diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml index 3c75050..2b34ec9 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml @@ -1,5 +1,5 @@ name: "\U0001F680 Feature request" -description: Suggest an idea for improving Lemmy +description: Suggest an idea for improving Lemmy's UI labels: ["enhancement"] body: - type: markdown @@ -10,7 +10,7 @@ body: - type: checkboxes attributes: label: Requirements - description: Before you create a bug report please do the following. + description: Before you create a feature request please do the following. options: - label: Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support required: true