]> Untitled Git - lemmy-ui.git/commitdiff
Changed text in feature request template
authorKresten Laust <krestenlaust@gmail.com>
Mon, 19 Jun 2023 08:12:46 +0000 (10:12 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Jun 2023 08:12:46 +0000 (10:12 +0200)
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.

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml

index 3c75050ab8a964b03a93030ba90821c505ef5de4..2b34ec92dd40ea7eedf7826036ba6aa1ffc2a497 100644 (file)
@@ -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