From c474e8253aed47ce61d173ad8bda07936a41b702 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Mon, 6 Jun 2022 15:00:24 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 12 +++--------- .github/ISSUE_TEMPLATE/feature_request.md | 4 +++- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f0b9deb7..06fc6b5d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,12 +7,6 @@ assignees: '' --- -**Describe the bug** - - -**Images/videos/anything that would help** - - -Please attach a log (it's in /tmp/hypr/[INSTANCE SIGNATURE]/hyprland.log, if you are unsure of the instance signature, grab the one thats the most recently modified) and, if crashing, a crashdump (coredumpctl, then coredumpctl info ) - -*Please do NOT attach coredumps from any packaged version of Hyprland (AUR, etc.). Compile manually, and THEN attach a coredump of that.* +Please consult the issue guidelines at +https://github.com/vaxerski/Hyprland/blob/main/docs/ISSUE_GUIDELINES.md +BEFORE submitting. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 00fc4811..a0a41238 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,4 +7,6 @@ assignees: '' --- -**Describe in detail your idea.** +Please consult the issue guidelines at +https://github.com/vaxerski/Hyprland/blob/main/docs/ISSUE_GUIDELINES.md +BEFORE submitting.