|
1 | 1 | name: Bug Report |
2 | | -description: Report a bug or unexpected behavior in oh-my-opencode |
| 2 | +description: Report a bug or unexpected behavior in oh-my-openagent |
3 | 3 | title: "[Bug]: " |
4 | 4 | labels: ["bug", "needs-triage"] |
5 | 5 | body: |
6 | 6 | - type: markdown |
7 | 7 | attributes: |
8 | 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. |
| 9 | + **Please write your issue in English.** See our [Language Policy](https://github.com/code-yeongyu/oh-my-openagent/blob/dev/CONTRIBUTING.md#language-policy) for details. |
10 | 10 |
|
11 | 11 | - type: checkboxes |
12 | 12 | id: prerequisites |
13 | 13 | attributes: |
14 | 14 | label: Prerequisites |
15 | 15 | description: Please confirm the following before submitting |
16 | 16 | options: |
17 | | - - 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)) |
| 17 | + - label: I will write this issue in English (see our [Language Policy](https://github.com/code-yeongyu/oh-my-openagent/blob/dev/CONTRIBUTING.md#language-policy)) |
18 | 18 | required: true |
19 | 19 | - label: I have searched existing issues to avoid duplicates |
20 | 20 | required: true |
21 | | - - label: I am using the latest version of oh-my-opencode |
22 | | - required: true |
23 | | - - label: I have read the [documentation](https://github.com/code-yeongyu/oh-my-opencode#readme) or asked an AI coding agent with this project's GitHub URL loaded and couldn't find the answer |
| 21 | + - label: I am using the latest version of oh-my-openagent |
| 22 | + required: false |
| 23 | + - label: I have read the [documentation](https://github.com/code-yeongyu/oh-my-openagent#readme) or asked an AI coding agent with this project's GitHub URL loaded and couldn't find the answer |
24 | 24 | required: true |
25 | 25 |
|
26 | 26 | - type: textarea |
|
38 | 38 | label: Steps to Reproduce |
39 | 39 | description: Steps to reproduce the behavior |
40 | 40 | placeholder: | |
41 | | - 1. Configure oh-my-opencode with... |
| 41 | + 1. Configure oh-my-openagent with... |
42 | 42 | 2. Run command '...' |
43 | 43 | 3. See error... |
44 | 44 | validations: |
@@ -67,14 +67,14 @@ body: |
67 | 67 | attributes: |
68 | 68 | label: Doctor Output |
69 | 69 | description: | |
70 | | - **Required:** Run `bunx oh-my-opencode doctor` and paste the full output below. |
| 70 | + **Required:** Run `bunx oh-my-openagent doctor` and paste the full output below. |
71 | 71 | This helps us diagnose your environment and configuration. |
72 | 72 | placeholder: | |
73 | | - Paste the output of: bunx oh-my-opencode doctor |
| 73 | + Paste the output of: bunx oh-my-openagent doctor |
74 | 74 | |
75 | 75 | Example: |
76 | 76 | ✓ OpenCode version: 1.0.150 |
77 | | - ✓ oh-my-opencode version: 1.2.3 |
| 77 | + ✓ oh-my-openagent version: 1.2.3 |
78 | 78 | ✓ Plugin loaded successfully |
79 | 79 | ... |
80 | 80 | render: shell |
|
93 | 93 | id: config |
94 | 94 | attributes: |
95 | 95 | label: Configuration |
96 | | - description: If relevant, share your oh-my-opencode configuration (remove sensitive data) |
| 96 | + description: If relevant, share your oh-my-openagent configuration (remove sensitive data) |
97 | 97 | placeholder: | |
98 | 98 | { |
99 | 99 | "agents": { ... }, |
|
0 commit comments