mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 13:51:13 +00:00
make suggested changes
This commit is contained in:
parent
4b52a9cced
commit
a1fc4bbea9
2 changed files with 2 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
2
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
|
@ -18,7 +18,7 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- label: It's a single bug. I'm not reporting multiple bugs in one issue.
|
- label: It's a single bug. I'm not reporting multiple bugs in one issue.
|
||||||
required: true
|
required: true
|
||||||
- label: It's a frontend issue, not a backend issue; I'd report that to the [backend repo](https://github.com/LemmyNet/lemmy) instead.
|
- label: It's a frontend issue, not a backend issue; Otherwise I will create an issue on the [backend repo](https://github.com/LemmyNet/lemmy) instead.
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: summary
|
id: summary
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
2
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
|
@ -11,7 +11,7 @@ body:
|
||||||
label: Requirements
|
label: Requirements
|
||||||
description: Before you create a bug report, please carefully check the following –
|
description: Before you create a bug report, please carefully check the following –
|
||||||
options:
|
options:
|
||||||
- label: This is a feature request and not a bug report. Otherwise, I'd create a new [bug report](https://github.com/LemmyNet/lemmy-ui/issues/new?assignees=&labels=bug%2Ctriage&projects=&template=BUG_REPORT.yml&title=%5BBug%5D%3A+) instead.
|
- label: This is a feature request and not a bug report. Otherwise, I will create a new [bug report](https://github.com/LemmyNet/lemmy-ui/issues/new?assignees=&labels=bug%2Ctriage&projects=&template=BUG_REPORT.yml&title=%5BBug%5D%3A+) instead.
|
||||||
required: true
|
required: true
|
||||||
- label: I've [checked](https://github.com/LemmyNet/lemmy-ui/issues) to see if this request (or a similar one) already exists.
|
- label: I've [checked](https://github.com/LemmyNet/lemmy-ui/issues) to see if this request (or a similar one) already exists.
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue