Skip to content

Commit e530f0d

Browse files
committed
Merge from dev, update submodule
2 parents c3da565 + 52e9da4 commit e530f0d

File tree

6 files changed

+137
-1
lines changed

6 files changed

+137
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
name: Bug Report
2+
description: Broken or unintended behavior with the library.
3+
labels: 'bug-unconfirmed'
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+
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
25+
26+
- type: textarea
27+
attributes:
28+
label: Description
29+
description: "Briefly describe the issue."
30+
validations:
31+
required: true
32+
33+
- type: textarea
34+
attributes:
35+
label: Error Details
36+
description: |
37+
Provide any error messages, stack traces, or unexpected behavior.
38+
39+
**⚠️ Do not include sensitive information (PII, credentials, secrets, tokens).**
40+
validations:
41+
required: true
42+
43+
- type: textarea
44+
attributes:
45+
label: MSAL Logs
46+
description: |
47+
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).
48+
49+
**⚠️ Do not include sensitive information (PII, credentials, secrets, tokens).**
50+
validations:
51+
required: true
52+
53+
- type: textarea
54+
attributes:
55+
label: Reproduction Steps
56+
description: "Provide steps to reproduce the issue."
57+
placeholder: |
58+
1.
59+
2.
60+
3.
61+
validations:
62+
required: true
63+
64+
- type: textarea
65+
attributes:
66+
label: Expected Behavior
67+
description: "Describe the expected behavior."
68+
validations:
69+
required: true
70+
71+
- type: input
72+
attributes:
73+
label: Regression
74+
description: "If this behavior worked previously, provide the last working MSAL version(s)."
75+
placeholder: "1.3.0"
76+
77+
- type: textarea
78+
attributes:
79+
label: Screenshots & Screen Recordings
80+
description: "If applicable, add screenshots or screen recordings to help illustrate the issue."
81+
82+
- type: textarea
83+
attributes:
84+
label: Additional context
85+
description: "Add any additional context about the issue."
86+
87+
- type: markdown
88+
attributes:
89+
value: "## Security Reporting"
90+
91+
- type: markdown
92+
attributes:
93+
value: |
94+
For **privacy/security** issues, please follow the instructions [here](https://github.com/AzureAD/microsoft-authentication-library-for-objc?tab=readme-ov-file#security-reporting)

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# *OPTIONAL* Disables the ability to open blank issues without selecting a template
2+
blank_issues_enabled: false
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Documentation
2+
description: Issues with documentation for the library.
3+
labels: 'documentation-update-needed'
4+
body:
5+
6+
- type: input
7+
attributes:
8+
label: Documentation Location
9+
description: "Please provide a link to the documentation related to this issue."
10+
placeholder: "learn.microsoft.com"
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
attributes:
16+
label: Description
17+
description: "Please briefly describe your issue."
18+
placeholder: "Describe the issue clearly, including any errors or missing details."
19+
validations:
20+
required: true
21+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Feature request
2+
description: Suggest a new feature for the library.
3+
labels: 'feature-unconfirmed'
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+
11+
If this feature is essential for your app in production, please create a support ticket with your Microsoft representative.
12+
13+
- type: textarea
14+
attributes:
15+
label: Description
16+
description: "Please briefly describe the feature you are requesting."
17+
validations:
18+
required: true

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## [TBD]
22
* Add feature flags provider to be controlled from broker (#2540)
3+
* Added GitHub issue templates for better issue tracking and reporting (#2554)
34

45
## [1.8.0]
56
* Support sendable result (#2518)

0 commit comments

Comments
 (0)