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: Claude Opus 4.6 <noreply@anthropic.com>
pull/5703/head
memoclaw 3 months ago
parent 1bfd121d7d
commit e5b9392fcd

@ -1,6 +1,6 @@
name: Bug Report
description: Something isn't working as expected
labels: [bug]
type: Bug
body:
- type: markdown
attributes:

@ -1,6 +1,6 @@
name: Feature Request
description: Suggest a new feature or improvement
labels: [enhancement]
type: Feature
body:
- type: markdown
attributes:

Loading…
Cancel
Save