Commit e5b9392f authored by memoclaw's avatar memoclaw

chore: use issue types instead of labels for bug/feature templates

Replace `labels: [bug]` and `labels: [enhancement]` with `type: Bug`
and `type: Feature` to leverage GitHub's native issue types already
configured on this repo.
Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
parent 1bfd121d
name: Bug Report
description: Something isn't working as expected
labels: [bug]
type: Bug
body:
- type: markdown
attributes:
......
name: Feature Request
description: Suggest a new feature or improvement
labels: [enhancement]
type: Feature
body:
- type: markdown
attributes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment