Skip to content
This repository was archived by the owner on Aug 7, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: 'Bug Report'
description: 'Create a report to help us improve'
title: "[Bug]: "
labels: ["bug"]
assignees: ""
body:
- type: 'textarea'
id: 'bug-description'
attributes:
label: 'Describe the bug'
description: 'A clear and concise description of what the bug is.'
validations:
required: true
- type: 'textarea'
id: 'reproduce'
attributes:
label: 'To Reproduce'
description: 'Steps to reproduce the behavior:'
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: 'textarea'
id: 'expected-behavior'
attributes:
label: 'Expected behavior'
description: 'A clear and concise description of what you expected to happen.'
validations:
required: true
- type: 'textarea'
id: 'os'
attributes:
label: 'OS'
description: 'e.g. Windows 11, macOS 15.x, Ubuntu 22.04'
validations:
required: false
- type: 'textarea'
id: 'provider'
attributes:
label: 'Provider (Required for AI-related issues)'
description: |
- AI Provider/s used: [e.g. Anthropic, OpenAI, Google Gemini]
- Provider that caused the error (if specific): [e.g. Only occurs with OpenAI, works fine with Anthropic]
validations:
required: false
- type: 'textarea'
id: 'additional-context'
attributes:
label: 'Additional context'
description: 'Add any other context about the problem here.'
validations:
required: false
13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/enhancement.md

This file was deleted.

20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: 'Enhancement'
description: 'Suggest an enhancement for an existing feature'
title: "[Enhancement]: "
labels: ["enhancement"]
assignees: ""
body:
- type: 'textarea'
id: 'enhancement-description'
attributes:
label: 'What is the enhancement you are proposing?'
description: 'A clear and concise description of the enhancement.'
validations:
required: true
- type: 'textarea'
id: 'additional-context'
attributes:
label: 'Additional context'
description: 'Add any other context or screenshots about the enhancement here.'
validations:
required: false
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: 'Feature Request'
description: 'Suggest an idea for this project'
title: "[Feature]: "
labels: ["feature request"]
assignees: ""
body:
- type: 'textarea'
id: 'related-problem'
attributes:
label: 'Is your feature request related to a problem? Please describe.'
description: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
validations:
required: true
- type: 'textarea'
id: 'solution'
attributes:
label: "Describe the solution you'd like"
description: 'A clear and concise description of what you want to happen.'
validations:
required: true
- type: 'textarea'
id: 'alternatives'
attributes:
label: "Describe alternatives you've considered"
description: 'A clear and concise description of any alternative solutions or features you''ve considered.'
validations:
required: false
- type: 'textarea'
id: 'additional-context'
attributes:
label: 'Additional context'
description: 'Add any other context or screenshots about the feature request here.'
validations:
required: false
Loading