Skip to content

Commit 20a2b47

Browse files
authored
Update issue templates
Adding issue templates simillar to MSAL Android
1 parent cf92f1e commit 20a2b47

File tree

3 files changed

+90
-0
lines changed

3 files changed

+90
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug-unconfirmed
6+
assignees: ''
7+
8+
---
9+
10+
**Note:**
11+
Our GitHub issues are meant exclusively for bug reports and feature requests. For questions about using MSAL 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.
12+
For bugs impacting your app in production, please create a support ticket with your Microsoft representative.
13+
14+
**Describe the bug**
15+
A clear and concise description of what the bug is.
16+
17+
**Please complete the following informatio:**
18+
- Device: [e.g. iPhone6, MacBook Pro]
19+
- OS Version: [e.g. iOS8.1, macOS 14.7.3]
20+
- Browser: [e.g. safari]
21+
- MSAL Version: [e.g.1.3.0]
22+
23+
**To Reproduce**
24+
Steps to reproduce the behavior:
25+
26+
If related to user experience, use the format:
27+
1. Go to '...'
28+
2. Click on '....'
29+
3. Scroll down to '....'
30+
4. See error
31+
32+
If related to development, please provide relevant configuration details necessary to understand your problem including any relevant traces, logs, or otherwise.
33+
34+
**Expected behavior**
35+
A clear and concise description of what you expected to happen.
36+
37+
**Actual Behavior**
38+
A description of what actually happened.
39+
40+
**Screenshots**
41+
If applicable, add screenshots to help explain your problem.
42+
43+
**Additional context**
44+
Add any other context about the problem here.
45+
46+
**Please note: Do not include sensitive information like PII, OII, credentials, secrets, and tokens.**
47+
48+
For **privacy/security** issues please see instructions [here](https://github.com/AzureAD/microsoft-authentication-library-for-objc?tab=readme-ov-file#security-reporting)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Documentation
3+
about: Issues with documentation for our library
4+
title: ''
5+
labels: documentation-update-needed
6+
assignees: ''
7+
8+
---
9+
10+
**Note:**
11+
If there's a problem with the documentation or samples in this repo, please consider opening a PR with the necessary changes instead.
12+
You can find more information about contributing [here](https://github.com/AzureAD/microsoft-authentication-library-for-objc?tab=readme-ov-file#contribute)
13+
14+
**Documentation Location**
15+
Please provide a link to the documentation this issue is about.
16+
17+
**Description**
18+
Please briefly describe your issue.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Note:**
11+
Our GitHub issues are meant exclusively for bug reports and feature requests. For questions about using MSAL 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.
12+
For feature requests necessary for your app in production, please create a support ticket with your Microsoft representative.
13+
14+
**Is your feature request related to a problem? Please describe.**
15+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
16+
17+
**Describe the solution you'd like**
18+
A clear and concise description of what you want to happen.
19+
20+
**Describe alternatives you've considered**
21+
A clear and concise description of any alternative solutions or features you've considered.
22+
23+
**Additional context**
24+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)