From caa0788853b6d65e889c7a22af81044d87d3ee11 Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 8 Mar 2023 12:27:15 -0500 Subject: [PATCH] Fine tune issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- .github/ISSUE_TEMPLATE/config.yml | 9 ++++++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9fb6bd61a44..43c4b3e1734 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,8 +2,8 @@ name: Bug Report description: Before opening a new issue, please search to see if an issue already exists for the bug you encountered. title: "[Bug]: " labels: ["bug", "triage"] -assignees: - - deluan +#assignees: +# - deluan body: - type: markdown attributes: @@ -12,7 +12,7 @@ body: - type: checkboxes id: requirements attributes: - label: But first, have you done your homework? + label: "I confirm that:" options: - label: I have searched the existing [open AND closed issues](https://github.com/navidrome/navidrome/issues?q=is%3Aissue) to see if an issue already exists for the bug I've encountered required: true @@ -84,7 +84,7 @@ body: id: logs attributes: label: Relevant log output - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. ([Where I can find the logs?](https://www.navidrome.org/docs/faq/#where-are-the-logs)) + description: Please copy and paste any relevant log output (change your `LogLevel` (`ND_LOGLEVEL`) to debug). This will be automatically formatted into code, so no need for backticks. ([Where I can find the logs?](https://www.navidrome.org/docs/faq/#where-are-the-logs)) render: shell - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index aa2c1c9b8e2..f8f4a8f2fd4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: - - name: Support and Feature requests - url: https://github.com/navidrome/navidrome/discussions - about: This is the place to ask questions and to share ideas. + - name: Ideas for new features + url: https://github.com/navidrome/navidrome/discussions/new?category=ideas + about: This is the place to share and discuss new ideas and potentially new features. + - name: Support requests + url: https://github.com/navidrome/navidrome/discussions/new?category=q-a + about: This is the place to ask questions.