You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yaml
+5-15Lines changed: 5 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,5 @@
1
-
---
2
1
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
12
3
title: '[Bug] '
13
4
labels: ["untriaged", "needs attention"]
14
5
body:
@@ -19,7 +10,7 @@ body:
19
10
Please make sure that your question or issue is not already covered in existing issues
20
11
21
12
**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).
23
14
24
15
- type: markdown
25
16
attributes:
@@ -29,14 +20,14 @@ body:
29
20
- type: input
30
21
attributes:
31
22
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)."
33
24
validations:
34
25
required: true
35
26
36
27
- type: input
37
28
attributes:
38
29
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."
40
31
validations:
41
32
required: true
42
33
@@ -46,8 +37,7 @@ body:
46
37
description: "Are you using PublicClientApplication, ConfidentialClientApplication or ManagedIdentityApplication?"
0 commit comments