Skip to content

Commit d001d14

Browse files
Add Language Policy references to issue templates
- Add brief Language Policy notice at top of each issue template - Reference CONTRIBUTING.md instead of duplicating full policy text - Applies to bug_report.yml, feature_request.yml, and general.yml
1 parent a25afff commit d001d14

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ description: Report a bug or unexpected behavior in oh-my-opencode
33
title: "[Bug]: "
44
labels: ["bug", "needs-triage"]
55
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
**Please write your issue in English.** See our [Language Policy](https://github.com/code-yeongyu/oh-my-opencode/blob/dev/CONTRIBUTING.md#language-policy) for details.
10+
611
- type: checkboxes
712
id: prerequisites
813
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ description: Suggest a new feature or enhancement for oh-my-opencode
33
title: "[Feature]: "
44
labels: ["enhancement", "needs-triage"]
55
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
**Please write your issue in English.** See our [Language Policy](https://github.com/code-yeongyu/oh-my-opencode/blob/dev/CONTRIBUTING.md#language-policy) for details.
10+
611
- type: checkboxes
712
id: prerequisites
813
attributes:

.github/ISSUE_TEMPLATE/general.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ description: Ask a question or start a discussion about oh-my-opencode
33
title: "[Question]: "
44
labels: ["question", "needs-triage"]
55
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
**Please write your issue in English.** See our [Language Policy](https://github.com/code-yeongyu/oh-my-opencode/blob/dev/CONTRIBUTING.md#language-policy) for details.
10+
611
- type: checkboxes
712
id: prerequisites
813
attributes:

0 commit comments

Comments
 (0)