You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+72-70Lines changed: 72 additions & 70 deletions
Original file line number
Diff line number
Diff line change
@@ -2,81 +2,83 @@ name: Bug Report
2
2
description: Broken or unintended behavior with the library.
3
3
labels: 'bug-unconfirmed'
4
4
body:
5
-
- type: markdown
6
-
attributes:
7
-
value: |
8
-
## Before Submitting your Issue
9
-
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.
10
-
For bugs impacting your app in production, please create a support ticket with your Microsoft representative.
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
## Before Submitting your Issue
9
+
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.
10
+
11
+
For issues affecting your app in production, please create a support ticket with your Microsoft representative.
12
+
13
+
- type: markdown
14
+
attributes:
15
+
value: |
16
+
## Issue Details
17
+
18
+
- type: input
19
+
attributes:
20
+
label: MSAL Version
21
+
description: "Please enter the latest MSAL version where the issue can be reproduced."
22
+
placeholder: "1.3.0"
23
+
validations:
24
+
required: true
11
25
12
-
- type: markdown
13
-
attributes:
14
-
value: |
15
-
## Issue Details
26
+
- type: textarea
27
+
attributes:
28
+
label: Description
29
+
description: "Briefly describe the issue."
30
+
validations:
31
+
required: true
16
32
17
-
- type: input
18
-
attributes:
19
-
label: MSAL Version
20
-
description: "Please enter the latest version of MSAL this issue can be reproduced in."
21
-
placeholder: "1.3.0"
22
-
validations:
23
-
required: true
24
-
25
-
- type: textarea
26
-
attributes:
27
-
label: Description
28
-
description: "Please briefly describe your issue."
29
-
validations:
30
-
required: true
31
-
32
-
- type: textarea
33
-
attributes:
34
-
label: Error Message
35
-
description: "Please provide any error message you are receiving and a stack trace."
36
-
37
-
- type: textarea
38
-
attributes:
39
-
label: MSAL Logs
40
-
description: "Please provide [verbose or trace level log messages](https://learn.microsoft.com/en-us/entra/msal/objc/logging-ios?tabs=objc#logging-levels) from MSAL. For detailed instructions on collecting MSAL logs, refer to our [Logging Guide](https://learn.microsoft.com/en-us/entra/msal/objc/logging-ios?tabs=objc)."
41
-
42
-
- type: textarea
43
-
attributes:
44
-
label: Reproduction Steps
45
-
description: "Please provide steps to reproduce or a link to a sample which demonstrates this behavior."
46
-
placeholder: |
47
-
1.
48
-
2.
49
-
3.
50
-
validations:
51
-
required: true
33
+
- type: textarea
34
+
attributes:
35
+
label: Error Message
36
+
description: "Provide any error message or stack trace you're encountering."
52
37
53
-
- type: textarea
54
-
attributes:
55
-
label: Expected Behavior
56
-
description: "Please describe what you expect the behavior to be."
57
-
validations:
58
-
required: true
59
-
60
-
- type: input
61
-
attributes:
62
-
label: Regression
63
-
description: "If this behavior worked before, please enter the last working MSAL version(s)."
64
-
placeholder: "1.3.0"
65
-
66
-
- type: textarea
38
+
- type: textarea
39
+
attributes:
40
+
label: MSAL Logs
41
+
description: "Share [verbose or trace level log messages](https://learn.microsoft.com/en-us/entra/msal/objc/logging-ios?tabs=objc#logging-levels) from MSAL. For detailed instructions on collecting MSAL logs, refer to our [Logging Guide](https://learn.microsoft.com/en-us/entra/msal/objc/logging-ios?tabs=objc)."
42
+
43
+
- type: textarea
44
+
attributes:
45
+
label: Reproduction Steps
46
+
description: "Provide steps to reproduce the issue or link to a sample demonstrating this behavior."
47
+
placeholder: |
48
+
1.
49
+
2.
50
+
3.
51
+
validations:
52
+
required: true
53
+
54
+
- type: textarea
55
+
attributes:
56
+
label: Expected Behavior
57
+
description: "Describe the expected behavior."
58
+
validations:
59
+
required: true
60
+
61
+
- type: input
62
+
attributes:
63
+
label: Regression
64
+
description: "If this behavior worked previously, provide the last working MSAL version(s)."
65
+
placeholder: "1.3.0"
66
+
67
+
- type: textarea
67
68
attributes:
68
69
label: Screenshots
69
-
description: If applicable, add screenshots to help illustrate the issue. Drag and drop or paste them directly here.
70
-
71
-
- type: textarea
70
+
description: "If applicable, add screenshots to help illustrate the issue. Drag and drop or paste them here."
71
+
72
+
- type: textarea
72
73
attributes:
73
74
label: Additional context
74
-
description: Add any other context about the issue here.
75
+
description: "Add any additional context about the issue."
76
+
77
+
- type: markdown
78
+
attributes:
79
+
value: "## Security Reporting"
75
80
76
-
- type: markdown
77
-
attributes:
78
-
value: "## Security Reporting"
79
-
- type: markdown
80
-
attributes:
81
-
value: |
82
-
For **privacy/security** issues, please follow the instructions [here](https://github.com/AzureAD/microsoft-authentication-library-for-objc?tab=readme-ov-file#security-reporting)
81
+
- type: markdown
82
+
attributes:
83
+
value: |
84
+
For **privacy/security** issues, please follow the instructions [here](https://github.com/AzureAD/microsoft-authentication-library-for-objc?tab=readme-ov-file#security-reporting)
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/documentation..yml
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,27 @@ name: Documentation
2
2
description: Issues with documentation for the library.
3
3
labels: 'documentation-update-needed'
4
4
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
## Before Submitting Your Issue
9
+
If you’ve identified a problem with the documentation or samples in this repository, please consider opening a Pull Request (PR) with the necessary changes.
If you’ve identified a problem with the documentation or samples in this repository, please consider opening a Pull Request (PR) with the necessary changes.
0 commit comments