chore(issue-templates): add English language requirement checkbox
This commit is contained in:
parent
dee89c1556
commit
68e0a32183
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -14,6 +14,8 @@ body:
|
|||||||
label: Prerequisites
|
label: Prerequisites
|
||||||
description: Please confirm the following before submitting
|
description: Please confirm the following before submitting
|
||||||
options:
|
options:
|
||||||
|
- label: I will write this issue in English (see our [Language Policy](https://github.com/code-yeongyu/oh-my-opencode/blob/dev/CONTRIBUTING.md#language-policy))
|
||||||
|
required: true
|
||||||
- label: I have searched existing issues to avoid duplicates
|
- label: I have searched existing issues to avoid duplicates
|
||||||
required: true
|
required: true
|
||||||
- label: I am using the latest version of oh-my-opencode
|
- label: I am using the latest version of oh-my-opencode
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -14,6 +14,8 @@ body:
|
|||||||
label: Prerequisites
|
label: Prerequisites
|
||||||
description: Please confirm the following before submitting
|
description: Please confirm the following before submitting
|
||||||
options:
|
options:
|
||||||
|
- label: I will write this issue in English (see our [Language Policy](https://github.com/code-yeongyu/oh-my-opencode/blob/dev/CONTRIBUTING.md#language-policy))
|
||||||
|
required: true
|
||||||
- label: I have searched existing issues and discussions to avoid duplicates
|
- label: I have searched existing issues and discussions to avoid duplicates
|
||||||
required: true
|
required: true
|
||||||
- label: This feature request is specific to oh-my-opencode (not OpenCode core)
|
- label: This feature request is specific to oh-my-opencode (not OpenCode core)
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/general.yml
vendored
2
.github/ISSUE_TEMPLATE/general.yml
vendored
@ -14,6 +14,8 @@ body:
|
|||||||
label: Prerequisites
|
label: Prerequisites
|
||||||
description: Please confirm the following before submitting
|
description: Please confirm the following before submitting
|
||||||
options:
|
options:
|
||||||
|
- label: I will write this issue in English (see our [Language Policy](https://github.com/code-yeongyu/oh-my-opencode/blob/dev/CONTRIBUTING.md#language-policy))
|
||||||
|
required: true
|
||||||
- label: I have searched existing issues and discussions
|
- label: I have searched existing issues and discussions
|
||||||
required: true
|
required: true
|
||||||
- label: I have read the [documentation](https://github.com/code-yeongyu/oh-my-opencode#readme)
|
- label: I have read the [documentation](https://github.com/code-yeongyu/oh-my-opencode#readme)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user