Skip to content

Commit 847cf28

Browse files
authored
Update bug report template for openagent
1 parent a874422 commit 847cf28

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
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
33
title: "[Bug]: "
44
labels: ["bug", "needs-triage"]
55
body:
66
- type: markdown
77
attributes:
88
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.
1010
1111
- type: checkboxes
1212
id: prerequisites
1313
attributes:
1414
label: Prerequisites
1515
description: Please confirm the following before submitting
1616
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))
1818
required: true
1919
- label: I have searched existing issues to avoid duplicates
2020
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
2424
required: true
2525

2626
- type: textarea
@@ -38,7 +38,7 @@ body:
3838
label: Steps to Reproduce
3939
description: Steps to reproduce the behavior
4040
placeholder: |
41-
1. Configure oh-my-opencode with...
41+
1. Configure oh-my-openagent with...
4242
2. Run command '...'
4343
3. See error...
4444
validations:
@@ -67,14 +67,14 @@ body:
6767
attributes:
6868
label: Doctor Output
6969
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.
7171
This helps us diagnose your environment and configuration.
7272
placeholder: |
73-
Paste the output of: bunx oh-my-opencode doctor
73+
Paste the output of: bunx oh-my-openagent doctor
7474
7575
Example:
7676
✓ OpenCode version: 1.0.150
77-
✓ oh-my-opencode version: 1.2.3
77+
✓ oh-my-openagent version: 1.2.3
7878
✓ Plugin loaded successfully
7979
...
8080
render: shell
@@ -93,7 +93,7 @@ body:
9393
id: config
9494
attributes:
9595
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)
9797
placeholder: |
9898
{
9999
"agents": { ... },

0 commit comments

Comments
 (0)