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>
This commit is contained in:
memoclaw 2026-03-07 18:49:27 +08:00
parent 1bfd121d7d
commit e5b9392fcd
2 changed files with 2 additions and 2 deletions

View File

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

View File

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