From 08a8349d226b4ee420550fffdf8085c953a9469b Mon Sep 17 00:00:00 2001 From: silentrald Date: Mon, 23 Dec 2024 07:42:19 +0800 Subject: [PATCH] [chore] added instruction for adding logs in issue template * disabled submitting blank issues --- .github/ISSUE_TEMPLATE/1-bug-report.yaml | 6 ++++-- .github/ISSUE_TEMPLATE/config.yml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yaml b/.github/ISSUE_TEMPLATE/1-bug-report.yaml index 137f40f1d..da1ca48cf 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yaml @@ -26,7 +26,8 @@ body: id: replication attributes: label: Steps to Reproduce - description: Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant. + description: Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. + Include code to reproduce, if relevant. placeholder: | 1. Go to '...' 2. Click on '....' @@ -50,5 +51,6 @@ body: id: additional-context attributes: label: Additional Context - description: Any other context that you may share about the issue. You may add your log files here. + description: Any other context that you may share about the issue such as logs. + To get the logs, follow these steps `Open BSManager -> Go to settings -> Scroll down -> Open Logs`. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index cb856695a..7dccb6a73 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -lank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: Discord Support url: https://discord.gg/uSqbHVpKdV