Skip to content

Commit f636bae

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

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,28 @@ body:
3232

3333
- type: textarea
3434
attributes:
35-
label: Error Message
36-
description: "Provide any error message or stack trace you are encountering."
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
3742

3843
- type: textarea
3944
attributes:
4045
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)."
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
4252

4353
- type: textarea
4454
attributes:
4555
label: Reproduction Steps
46-
description: "Provide steps to reproduce the issue or link to a sample demonstrating this behavior."
56+
description: "Provide steps to reproduce the issue."
4757
placeholder: |
4858
1.
4959
2.

0 commit comments

Comments
 (0)