From 1d2823e406de706d2fb974c7c39a936babe64666 Mon Sep 17 00:00:00 2001 From: Kresten Laust Date: Mon, 19 Jun 2023 10:12:46 +0200 Subject: [PATCH 1/2] 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. --- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml index 3c75050a..2b34ec92 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 From 3a14c55b718c914b7f7ccf5504e49a3e997c1e92 Mon Sep 17 00:00:00 2001 From: Kresten Laust Date: Mon, 19 Jun 2023 14:28:46 +0200 Subject: [PATCH 2/2] Updated link to lemmy-repo as direct link to issues --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 +- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index ae2d4e51..a43a5a55 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -8,7 +8,7 @@ body: value: | Found a bug? Please fill out the sections below. 👍 Thanks for taking the time to fill out this bug report! - For backend issues, use [lemmy](https://github.com/LemmyNet/lemmy) + For backend issues, use [lemmy](https://github.com/LemmyNet/lemmy/issues/new/choose) - type: checkboxes attributes: label: Requirements diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml index 2b34ec92..2d656819 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml @@ -6,7 +6,7 @@ body: attributes: value: | Have a suggestion about Lemmy's UI? - For backend issues, use [lemmy](https://github.com/LemmyNet/lemmy) + For backend issues, use [lemmy](https://github.com/LemmyNet/lemmy/issues/new/choose) - type: checkboxes attributes: label: Requirements