Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
YerongAI committed Oct 12, 2024
1 parent 91ad8d4 commit ab1ddeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
required: false

0 comments on commit ab1ddeb

Please sign in to comment.