Skip to content

Commit 041bd01

Browse files
authored
Update bug_report.yaml
1 parent d7e085d commit 041bd01

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
---
21
name: Bug report
3-
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
8-
---
9-
10-
name: Bug report
11-
description: Broken or unintended behavior with one of our libraries.
2+
description: Broken or unintended behavior with MSAL4J library
123
title: '[Bug] '
134
labels: ["untriaged", "needs attention"]
145
body:
@@ -19,7 +10,7 @@ body:
1910
Please make sure that your question or issue is not already covered in existing issues
2011
2112
**Logs and network traces**
22-
Without logs or traces, it is unlikely that the team can investigate your issue. Capturing logs is described in our [Docs](https://learn.microsoft.com/azure/active-directory/develop/msal-logging-java).
13+
Without logs or traces, it is unlikely that the team can investigate your issue. Capturing logs is described in our [Docs](https://learn.microsoft.com/azure/active-directory/develop/msal-logging-java).
2314
2415
- type: markdown
2516
attributes:
@@ -29,14 +20,14 @@ body:
2920
- type: input
3021
attributes:
3122
label: Library version used
32-
description: "Please enter the version of the library where you ran into the issue (e.g. 1.13.10)."
23+
description: "Enter the version of the library where you ran into the issue (e.g. 1.13.10)."
3324
validations:
3425
required: true
3526

3627
- type: input
3728
attributes:
3829
label: Java version
39-
description: "Please enter the Java SDK and Framework version your application is developed in."
30+
description: "Enter the Java SDK and Framework version your application is developed in."
4031
validations:
4132
required: true
4233

@@ -46,8 +37,7 @@ body:
4637
description: "Are you using PublicClientApplication, ConfidentialClientApplication or ManagedIdentityApplication?"
4738
multiple: true
4839
options:
49-
- "PublicClient - desktop app"
50-
- "PublicClient - mobile app"
40+
- "PublicClient (AcquireTokenInteractive, AcquireTokenByUsernamePassword)"
5141
- "ConfidentialClient - web site (AcquireTokenByAuthCode)"
5242
- "ConfidentialClient - web api (AcquireTokenOnBehalfOf)"
5343
- "ConfidentialClient - service to service (AcquireTokenForClient)"

0 commit comments

Comments
 (0)