From fd123d4f48b1c713fd6627c9fc43044c58a83f67 Mon Sep 17 00:00:00 2001 From: RayBB Date: Wed, 14 Jun 2023 10:22:46 +0200 Subject: [PATCH 1/1] add checkboxes to feature requests --- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml index 375d06d..fa02601 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml @@ -7,6 +7,19 @@ body: value: | Have a suggestion about Lemmy's UI? For backend issues, use [lemmy](https://github.com/LemmyNet/lemmy) + - type: checkboxes + attributes: + label: Requirements + 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 feature request. Do not put multiple feature requests 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. + required: true - type: textarea id: problem attributes: -- 2.44.1