Skip to content
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "\U0001F41B Bug Report"
description: 'Report a reproducible bug.'
title: '[bug] '
labels: ['bug', 'needs review']
labels: ['bug external']
body:
- type: input
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "\U0001F64B Feature Request"
description: 'Want us to add something to AppKit?'
title: '[feature] '
labels: ['feature-request', 'needs review']
labels: ['feature-request external']
body:
- type: textarea
attributes:
Expand Down
Loading