|
| 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) |
0 commit comments