From 1f04febd11bb778b2f0046c78a53785f5324ce04 Mon Sep 17 00:00:00 2001 From: RayBB Date: Wed, 14 Jun 2023 11:39:18 +0200 Subject: [PATCH] reorder questions --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 4 ++-- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 0594a03..0000138 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -14,12 +14,12 @@ body: label: Requirements description: Before you create a bug report please do the following. options: + - label: Is this a bug report? For questions or discussions, use https://lemmy.ml/c/lemmy_support + required: true - label: Did you check to see if this issue already exists? required: true - label: Is this only a single bug? Do not put multiple bugs in one issue. required: true - - label: Is this a bug report? For questions or discussions, use https://lemmy.ml/c/lemmy_support - required: true - label: Is this a server side (not related to the UI) issue? Use the [Lemmy back end](https://github.com/LemmyNet/lemmy) repo. required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml index 343a7df..848b819 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml @@ -12,12 +12,12 @@ body: label: Requirements description: Before you create a bug report please do the following. options: + - label: Is this a feature request? For questions or discussions, use https://lemmy.ml/c/lemmy_support + required: true - label: Did you check to see if this issue already exists? required: true - label: Is this only a feature request? Do not put multiple feature requests in one issue. required: true - - label: Is this a feature request? For questions or discussions, use https://lemmy.ml/c/lemmy_support - required: true - label: Is this a server side (not related to the UI) issue? Use the [Lemmy back end](https://github.com/LemmyNet/lemmy) repo. required: true - type: textarea -- 2.44.1