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 Nov 23, 2023
1 parent 14cb327 commit 2c8a523
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
Expand Up @@ -69,11 +69,13 @@ body:
label: 设备型号 && 系统版本
description: 如果遇到比较奇怪的问题,请提供设备型号和操作系统版本,方便开发者排查。
placeholder: Apple M1 Pro, macOS 14.0
validations:
required: true

- type: checkboxes
id: PR
attributes:
label: 是否愿意提交 PR 解决该问题?
description: 我们非常欢迎您提交 PR,当开发者人力不足时,提交 PR 是解决该问题最快的方式。如果对 Objective-C 语言不熟悉,可以尝试使用 ChatGPT,也许它能帮到你。
options:
- label: 我愿意提交 PR!
- label: 我愿意提交 PR
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/en_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,13 @@ body:
label: Device type and OS version
description: If you encounter an unusual problem, you can provide device type and OS versions to help developers troubleshoot.
placeholder: Apple M1 Pro, macOS 14.0
validations:
required: true

- type: checkboxes
id: PR
attributes:
label: Are you willing to submit a PR to fix this issue?
description: We welcome you to submit a PR to fix this issue. When the developer is short of manpower, submitting a PR is the fastest way to solve the problem. If you are not familiar with Objective-C, you can try ChatGPT, maybe it can help you.
options:
- label: I'm willing to submit a PR!
- label: I'm willing to submit a PR

0 comments on commit 2c8a523

Please sign in to comment.