From 152aaf77b0e86b24c2d1d29d07732e7f054d7ec3 Mon Sep 17 00:00:00 2001 From: RayBB Date: Wed, 14 Jun 2023 10:19:04 +0200 Subject: [PATCH] required under label --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 67e3b76..5bb68eb 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -15,11 +15,13 @@ body: description: Before you create a bug report please do the following. options: - 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 question or discussion? Don't use this, 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. - validations: - required: true + required: true - type: textarea id: summary attributes: -- 2.44.1