mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 09:34:16 +00:00
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.
This commit is contained in:
parent
2951651d1b
commit
1d2823e406
4
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
4
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue