Skip to content

Commit 51f6956

Browse files
Fidelia NawarFidelia Nawar
authored andcommitted
adding check for copilot in github issue template
1 parent 6e985b3 commit 51f6956

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ body:
99
Our GitHub issues are meant exclusively for bug reports and feature requests. For questions about using the library for iOS and macOS, please refer to the [common issues and FAQ](https://github.com/AzureAD/microsoft-authentication-library-for-objc/wiki#getting-help-common-issues-and-faq). If your question is not addressed there, we encourage you to utilize Chat with Copilot for further assistance.
1010
1111
For issues affecting your app in production, please create a support ticket with your Microsoft representative.
12-
12+
13+
- type: checkboxes
14+
attributes:
15+
label: Pre-Submission Checklist
16+
description: "Please ensure you've completed all of the following before submitting."
17+
options:
18+
- label: I have tried using GitHub Copilot to resolve this issue.
19+
required: true
20+
1321
- type: markdown
1422
attributes:
1523
value: |

0 commit comments

Comments
 (0)