From ab1ddeb1dd25ee0c557565c21e5fef97bec90e65 Mon Sep 17 00:00:00 2001 From: Yerong <44803668+YerongAI@users.noreply.github.com> Date: Sun, 13 Oct 2024 00:38:09 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.yaml | 4 ++-- .github/ISSUE_TEMPLATE/feature-request.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 8b4dedaa..7b0525f2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -35,14 +35,14 @@ body: id: steps attributes: label: How does this problem occur? - description: Steps required to reproduce the problem. Or anything you did before the problem occurred. More detailed information and additional screenshots can help us locate the issue more quickly. + description: Steps required to reproduce the problem, or anything you did before the problem occurred. More detailed information and additional screenshots can help us locate the issue more quickly. validations: required: true - type: textarea id: logs attributes: label: Log output - description: You can find the log on %temp%\OTP_Logs + description: You can find the log on %temp%\OTP_Logs, or enable log output by running .\"Office Tool Plus.Console" /log render: shell validations: required: false diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 7ac1f022..21a6bbf3 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -20,6 +20,6 @@ body: id: how-to-work attributes: label: How does it work? - description: What should we do to complete this function? + description: If you know how to implement this feature, please let us know your ideas. validations: - required: true \ No newline at end of file + required: false \ No newline at end of file