Skip to content

Commit 12b2146

Browse files
author
Swasti Gupta
committed
Resolving comments
1 parent 9ee34ce commit 12b2146

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
## Before Submitting your Issue
8+
## Before Submitting Your Issue
99
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.
1010
1111
For issues affecting your app in production, please create a support ticket with your Microsoft representative.
@@ -33,7 +33,7 @@ body:
3333
- type: textarea
3434
attributes:
3535
label: Error Message
36-
description: "Provide any error message or stack trace you're encountering."
36+
description: "Provide any error message or stack trace you are encountering."
3737

3838
- type: textarea
3939
attributes:
@@ -66,8 +66,8 @@ body:
6666

6767
- type: textarea
6868
attributes:
69-
label: Screenshots
70-
description: "If applicable, add screenshots to help illustrate the issue. Drag and drop or paste them here."
69+
label: Screenshots & Screen Recordings
70+
description: "If applicable, add screenshots or screen recordings to help illustrate the issue."
7171

7272
- type: textarea
7373
attributes:

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,12 @@ 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).
125

136
- type: input
147
attributes:
158
label: Documentation Location
169
description: "Please provide a link to the documentation related to this issue."
17-
placeholder: "docs.microsoft.com"
10+
placeholder: "learn.microsoft.com"
1811
validations:
1912
required: true
2013

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
## Before Submitting your Issue
8+
## Before Submitting Your Issue
99
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+
1011
If this feature is essential for your app in production, please create a support ticket with your Microsoft representative.
1112
1213
- type: textarea

0 commit comments

Comments
 (0)