mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-29 07:41:13 +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
1 changed files with 2 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
4
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
|
@ -1,5 +1,5 @@
|
||||||
name: "\U0001F680 Feature request"
|
name: "\U0001F680 Feature request"
|
||||||
description: Suggest an idea for improving Lemmy
|
description: Suggest an idea for improving Lemmy's UI
|
||||||
labels: ["enhancement"]
|
labels: ["enhancement"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
@ -10,7 +10,7 @@ body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Requirements
|
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:
|
options:
|
||||||
- label: Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support
|
- label: Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue