Skip to content

Commit 2edc49b

Browse files
authored
Update FeatureRequest.yaml
1 parent ff34ddd commit 2edc49b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/FeatureRequest.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
name: Feature request
2-
description: Suggest a new feature for MSAL.NET.
2+
description: Suggest a new feature for MSAL Java
33
labels: ["feature request", "untriaged", "needs attention"]
44
title : '[Feature Request] '
55
body:
66
- type: markdown
77
attributes:
88
value: |
99
## Before submitting your feature request
10-
Please make sure that your question or issue is not already covered in [MSAL documentation](https://learn.microsoft.com/entra/msal/dotnet/) or [samples](https://learn.microsoft.com/azure/active-directory/develop/sample-v2-code?tabs=apptype).
10+
Please make sure that your question or issue is not already covered in [MSAL documentation](https://learn.microsoft.com/entra/msal/java/) or [samples](https://learn.microsoft.com/azure/active-directory/develop/sample-v2-code?tabs=apptype).
1111
1212
- type: markdown
1313
attributes:
1414
value: |
15-
## Feature request for MSAL.NET
15+
## Feature request for MSAL Java
1616
1717
- type: dropdown
1818
attributes:
1919
label: MSAL client type
20-
description: Are you using PublicClientApplication (desktop and mobile apps), ConfidentialClientApplication (web apps, web APIs, service-to-service) or ManagedIdentityApplication?
20+
description: Are you using PublicClientApplication (desktop / CLI apps), ConfidentialClientApplication (web apps, web APIs, service-to-service) or ManagedIdentityApplication?
2121
multiple: true
2222
options:
2323
- "Public"

0 commit comments

Comments
 (0)