Skip to content

Commit

Permalink
Update feature_request.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bgavrilMS authored Dec 19, 2023
1 parent 5aeebbd commit 53f8630
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,28 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

name: Feature request
description: Suggest a new feature for MSAL Python
description: Suggest a new feature for MSAL.NET.
labels: ["feature request", "untriaged", "needs attention"]
title : '[Feature Request] '
body:
- type: markdown
attributes:
value: |
## Before submitting your feature request
Please make sure that your question or issue is not already covered in [MSAL documentation](https://learn.microsoft.com/entra/msal/python/) or [samples](https://learn.microsoft.com/azure/active-directory/develop/sample-v2-code?tabs=apptype).
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).

- type: markdown
attributes:
value: |
## Feature request for MSAL Pyhon
## Feature request for MSAL.NET

- type: dropdown
attributes:
label: MSAL client type
description: Are you using Public Client (desktop and mobile apps), Confidential Client(web apps, web APIs, service-to-service, managed identity)?
description: Are you using PublicClientApplication (desktop and mobile apps), ConfidentialClientApplication (web apps, web APIs, service-to-service) or ManagedIdentityApplication?
multiple: true
options:
- "Public"
- "Confidential"
- "Managed identity"
validations:
required: true

Expand All @@ -47,3 +39,10 @@ body:
description: "Describe the solution you'd like."
validations:
required: false

- type: textarea
attributes:
label: Alternatives
description: "Describe alternatives you've considered."
validations:
required: false

0 comments on commit 53f8630

Please sign in to comment.