Skip to content

Commit b78f0bd

Browse files
priyanshu92claude
andauthored
Add Code Apps redirect to bug report template (#1518)
- Add dropdown to identify Code Apps related bugs - Redirect users to PowerAppsCodeApps repo for Code Apps issues Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 820ee85 commit b78f0bd

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ body:
88
value: |
99
Thank you for reporting an issue! Please fill out the information below to help us investigate.
1010
11+
- type: dropdown
12+
id: related-to-code-apps
13+
attributes:
14+
label: Is this bug related to Code Apps?
15+
description: "If your bug is related to Code Apps, please report it at https://github.com/microsoft/PowerAppsCodeApps/ instead."
16+
options:
17+
- "No"
18+
- "Yes - I will create the issue at https://github.com/microsoft/PowerAppsCodeApps/ instead"
19+
validations:
20+
required: true
21+
1122
- type: textarea
1223
id: description
1324
attributes:

0 commit comments

Comments
 (0)