Skip to content

Commit ff34ddd

Browse files
authored
Merge pull request #719 from AzureAD/bgavrilMS-patch-4
Create FeatureRequest.yaml
2 parents 041bd01 + 09c8222 commit ff34ddd

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: Feature request
2+
description: Suggest a new feature for MSAL.NET.
3+
labels: ["feature request", "untriaged", "needs attention"]
4+
title : '[Feature Request] '
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## 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).
11+
12+
- type: markdown
13+
attributes:
14+
value: |
15+
## Feature request for MSAL.NET
16+
17+
- type: dropdown
18+
attributes:
19+
label: MSAL client type
20+
description: Are you using PublicClientApplication (desktop and mobile apps), ConfidentialClientApplication (web apps, web APIs, service-to-service) or ManagedIdentityApplication?
21+
multiple: true
22+
options:
23+
- "Public"
24+
- "Confidential"
25+
- "Managed identity"
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
attributes:
31+
label: Problem Statement
32+
description: "Describe the problem or context for this feature request."
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
attributes:
38+
label: Proposed solution
39+
description: "Describe the solution you'd like."
40+
validations:
41+
required: false
42+
43+
- type: textarea
44+
attributes:
45+
label: Alternatives
46+
description: "Describe alternatives you've considered."
47+
validations:
48+
required: false

0 commit comments

Comments
 (0)