From ecc9469a02e63eab4e19093007c7ba6db0dca079 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 9 Jun 2023 17:08:27 -0400 Subject: [PATCH] Better issue templates. (#2991) * Better issue templates. * Fixing bug report. --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 9 +++--- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 39 +++-------------------- .github/ISSUE_TEMPLATE/QUESTION.md | 4 +-- 3 files changed, 10 insertions(+), 42 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 5aa726d27..62179718e 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -6,11 +6,10 @@ labels: bug assignees: "" --- -Found a bug? Please fill out the sections below. 👍 - -For front end issues, use [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) - -If you have problems installing Lemmy, you should post in [!lemmy_support](https://lemmy.ml/c/lemmy_support). +- [ ] Did you check to see if this issue already exists? +- [ ] Is this only a single bug? Do not put multiple bugs in one issue. +- [ ] Is this a question or discussion? Don't use this, use https://lemmy.ml/c/lemmy_support . +- [ ] Is this a UI / front end issue? Use the [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) repo. ### Issue Summary diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index 7ff8b75b9..8f7caf2fa 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -6,38 +6,9 @@ labels: enhancement assignees: "" --- -For front end issues, use [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) +- [ ] Did you check to see if this issue already exists? +- [ ] Is this only a single feature request? Do not put multiple feature requests in one issue. +- [ ] Is this a question or discussion? Don't use this, use https://lemmy.ml/c/lemmy_support. +- [ ] Is this a UI / front end issue? Use the [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) repo. -### Is your proposal related to a problem? - - - -(Write your answer here.) - -### Describe the solution you'd like - - - -(Describe your proposed solution here.) - -### Describe alternatives you've considered - - - -(Write your answer here.) - -### Additional context - - - -(Write your answer here.) +**Describe the feature request below** diff --git a/.github/ISSUE_TEMPLATE/QUESTION.md b/.github/ISSUE_TEMPLATE/QUESTION.md index 3782f3e5f..ef89c7de2 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION.md +++ b/.github/ISSUE_TEMPLATE/QUESTION.md @@ -6,6 +6,4 @@ labels: question assignees: "" --- -What's the question you have about lemmy? - -If you have problems installing Lemmy, you should post in [!lemmy_support](https://lemmy.ml/c/lemmy_support). +Do not use this for questions or support. Use [!lemmy_support](https://lemmy.ml/c/lemmy_support).