Skip to content

Commit 1d1fb81

Browse files
author
Swasti Gupta
committed
Fixed yaml format
1 parent 28c3346 commit 1d1fb81

File tree

3 files changed

+94
-126
lines changed

3 files changed

+94
-126
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 72 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -2,81 +2,83 @@ name: Bug Report
22
description: Broken or unintended behavior with the library.
33
labels: 'bug-unconfirmed'
44
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
1125

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
1632

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."
5237

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
6768
attributes:
6869
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
7273
attributes:
7374
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"
7580

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)

.github/ISSUE_TEMPLATE/documentation..yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@ name: Documentation
22
description: Issues with documentation for the library.
33
labels: 'documentation-update-needed'
44
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.
10+
11+
Please find our contributing doc [here](https://github.com/AzureAD/microsoft-authentication-library-for-objc?tab=readme-ov-file#contribute).
512
6-
- type: markdown
7-
attributes:
8-
value: |
9-
## Before Submitting Your Issue
10-
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.
11-
12-
Please find our contributing doc [here] (https://github.com/AzureAD/microsoft-authentication-library-for-objc?tab=readme-ov-file#contribute).
13-
14-
- type: input
15-
attributes:
16-
label: Documentation Location
17-
description: Please provide a link to the documentation related to this issue.
18-
placeholder: "docs.microsoft.com"
19-
validations:
20-
required: true
13+
- type: input
14+
attributes:
15+
label: Documentation Location
16+
description: "Please provide a link to the documentation related to this issue."
17+
placeholder: "docs.microsoft.com"
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
attributes:
23+
label: Description
24+
description: "Please briefly describe your issue."
25+
placeholder: "Describe the issue clearly, including any errors or missing details."
26+
validations:
27+
required: true
2128

22-
- type: textarea
23-
attributes:
24-
label: Description
25-
description: "Please briefly describe your issue."
26-
placeholder: "Describe the issue clearly, including any errors or missing details."
27-
validations:
28-
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -13,39 +13,5 @@ body:
1313
attributes:
1414
label: Description
1515
description: "Please briefly describe the feature you are requesting."
16-
placeholder: Provide a high-level summary of the feature.
1716
validations:
1817
required: true
19-
20-
- type: textarea
21-
attributes:
22-
label: Problem Description
23-
description: Is your feature request related to a specific problem? Describe the issue and how it impacts you.
24-
placeholder: Describe the problem and how it affects your use case.
25-
validations:
26-
required: false
27-
28-
- type: textarea
29-
attributes:
30-
label: Proposed Solution
31-
description: Describe the solution you’d like to see implemented.
32-
placeholder: Explain the desired outcome and how it would improve the experience.
33-
validations:
34-
required: false
35-
36-
- type: textarea
37-
attributes:
38-
label: Alternatives Considered
39-
description: Describe any alternative solutions or workarounds you’ve considered.
40-
placeholder: Share other approaches you’ve thought about.
41-
validations:
42-
required: false
43-
44-
- type: textarea
45-
id: additional-context
46-
attributes:
47-
label: Additional Context
48-
description: Provide any other relevant details or screenshots to support your request.
49-
placeholder: Include extra details or visual references if available.
50-
validations:
51-
required: false

0 commit comments

Comments
 (0)