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 4 months ago
parent 1bfd121d7d
commit e5b9392fcd

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

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

Loading…
Cancel
Save