You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@ description: Report a bug or unexpected behavior in oh-my-opencode
3
3
title: "[Bug]: "
4
4
labels: ["bug", "needs-triage"]
5
5
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.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@ description: Suggest a new feature or enhancement for oh-my-opencode
3
3
title: "[Feature]: "
4
4
labels: ["enhancement", "needs-triage"]
5
5
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.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/general.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@ description: Ask a question or start a discussion about oh-my-opencode
3
3
title: "[Question]: "
4
4
labels: ["question", "needs-triage"]
5
5
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.
0 commit comments