Update bug report template for openagent
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Report a bug or unexpected behavior in oh-my-opencode
|
description: Report a bug or unexpected behavior in oh-my-openagent
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: ["bug", "needs-triage"]
|
labels: ["bug", "needs-triage"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
**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.
|
**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.
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: prerequisites
|
id: prerequisites
|
||||||
@@ -14,13 +14,13 @@ 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))
|
- 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))
|
||||||
required: true
|
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-openagent
|
||||||
required: true
|
required: false
|
||||||
- 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
|
- 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
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@@ -38,7 +38,7 @@ body:
|
|||||||
label: Steps to Reproduce
|
label: Steps to Reproduce
|
||||||
description: Steps to reproduce the behavior
|
description: Steps to reproduce the behavior
|
||||||
placeholder: |
|
placeholder: |
|
||||||
1. Configure oh-my-opencode with...
|
1. Configure oh-my-openagent with...
|
||||||
2. Run command '...'
|
2. Run command '...'
|
||||||
3. See error...
|
3. See error...
|
||||||
validations:
|
validations:
|
||||||
@@ -67,14 +67,14 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Doctor Output
|
label: Doctor Output
|
||||||
description: |
|
description: |
|
||||||
**Required:** Run `bunx oh-my-opencode doctor` and paste the full output below.
|
**Required:** Run `bunx oh-my-openagent doctor` and paste the full output below.
|
||||||
This helps us diagnose your environment and configuration.
|
This helps us diagnose your environment and configuration.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Paste the output of: bunx oh-my-opencode doctor
|
Paste the output of: bunx oh-my-openagent doctor
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
✓ OpenCode version: 1.0.150
|
✓ OpenCode version: 1.0.150
|
||||||
✓ oh-my-opencode version: 1.2.3
|
✓ oh-my-openagent version: 1.2.3
|
||||||
✓ Plugin loaded successfully
|
✓ Plugin loaded successfully
|
||||||
...
|
...
|
||||||
render: shell
|
render: shell
|
||||||
@@ -93,7 +93,7 @@ body:
|
|||||||
id: config
|
id: config
|
||||||
attributes:
|
attributes:
|
||||||
label: Configuration
|
label: Configuration
|
||||||
description: If relevant, share your oh-my-opencode configuration (remove sensitive data)
|
description: If relevant, share your oh-my-openagent configuration (remove sensitive data)
|
||||||
placeholder: |
|
placeholder: |
|
||||||
{
|
{
|
||||||
"agents": { ... },
|
"agents": { ... },
|
||||||
|
|||||||
Reference in New Issue
Block a user