Skip to content

Commit 95097e9

Browse files
Priyanshu Agrawalclaude
authored andcommitted
Add canvas-apps plugin support
- Add report-issue skill wrapper for canvas-apps plugin - Add canvas-apps to bug report issue template dropdown - Add canvas-apps to feature request issue template dropdown Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 208a4a8 commit 95097e9

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ body:
88
label: Plugin
99
description: Which plugin is this bug related to?
1010
options:
11+
- canvas-apps
1112
- code-apps
1213
- model-apps
1314
- power-pages

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ body:
88
label: Plugin
99
description: Which plugin is this feature request for?
1010
options:
11+
- canvas-apps
1112
- code-apps
1213
- model-apps
1314
- power-pages
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: report-issue
3+
description: >
4+
Use this skill when the user wants to "report a bug", "file an issue",
5+
"report an issue", "submit a bug report", or report any problem
6+
with the canvas-apps plugin to the GitHub repository.
7+
user-invocable: true
8+
argument-hint: "[optional: brief description of the bug]"
9+
allowed-tools: Read, Bash, Glob, Grep, AskUserQuestion, TaskCreate, TaskUpdate, TaskList
10+
model: sonnet
11+
---
12+
13+
**Shared workflow: [report-issue-workflow.md](${CLAUDE_PLUGIN_ROOT}/../../shared/skills/report-issue/report-issue-workflow.md)** — Read and follow all phases defined in that file.

0 commit comments

Comments
 (0)