Skip to content

Commit 9c39118

Browse files
priyanshu92claude
andauthored
Add code-apps plugin to issue templates (#59)
- Add code-apps to plugin dropdown in bug_report.yml - Add code-apps to plugin dropdown in feature_request.yml - Sort plugin options alphabetically Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1ce8f66 commit 9c39118

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ body:
88
label: Plugin
99
description: Which plugin is this bug related to?
1010
options:
11-
- power-pages
11+
- code-apps
1212
- model-apps
13+
- power-pages
1314
validations:
1415
required: true
1516

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ body:
88
label: Plugin
99
description: Which plugin is this feature request for?
1010
options:
11-
- power-pages
11+
- code-apps
1212
- model-apps
13+
- power-pages
1314
validations:
1415
required: true
1516

0 commit comments

Comments
 (0)