Skip to content

Commit

Permalink
chore: update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Feb 10, 2024
1 parent 1af77e5 commit 033e391
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/cn_bug_report_zh.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 反馈问题
description: 反馈问题
title: "🐞 反馈问题:{{请填写标题,不要留空}}"
title: "🐞 反馈问题:请填写标题,不要留空"
labels: ["bug"]

body:
Expand All @@ -9,6 +9,8 @@ body:
attributes:
label: 请先确认以下事项:
options:
- label: 请务必查看 [常见问题](https://github.com/tisfeng/Easydict/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)
required: true
- label: 已仔细阅读了 [README](https://github.com/tisfeng/Easydict#readme)
required: true
- label: 在 [issues](https://github.com/tisfeng/Easydict/issues) 页面搜索过问题(包括已关闭的 issue),但未能找到解决方法
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/en_bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug report
description: Report an issue
title: "🐞 Bug Report: {{Please fill in the title, don't leave it blank}} "
title: "🐞 Bug Report: Please fill in the title, don't leave it blank"
labels: ["bug"]

body:
Expand All @@ -9,6 +9,8 @@ body:
attributes:
label: "Please confirm the following:"
options:
- label: Be sure to check out [FAQ](https://github.com/tisfeng/Easydict/wiki/FAQ)
required: true
- label: I have carefully read the [README](https://github.com/tisfeng/Easydict#readme)
required: true
- label: I have searched through the [issues](https://github.com/tisfeng/Easydict/issues) page but couldn't find a solution.(Including issue that has been closed)
Expand Down

0 comments on commit 033e391

Please sign in to comment.