Skip to content

Commit

Permalink
New Feature request template (#4250)
Browse files Browse the repository at this point in the history
* Create feature_request.yaml

* Delete feature_request.md

* Update .github/ISSUE_TEMPLATE/feature_request.yaml

Co-authored-by: Bogdan Gavril <[email protected]>

* Apply suggestions from code review

Co-authored-by: Den Delimarsky <[email protected]>

* Update feature_request.yaml

* Update feature_request.yaml

* Update feature_request.yaml

* Update .github/ISSUE_TEMPLATE/feature_request.yaml

Co-authored-by: Ray Luo <[email protected]>

---------

Co-authored-by: Bogdan Gavril <[email protected]>
Co-authored-by: Den Delimarsky <[email protected]>
Co-authored-by: Ray Luo <[email protected]>
  • Loading branch information
4 people authored Jul 28, 2023
1 parent 869a8ae commit b2a415f
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Feature request
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/dotnet/) or [samples](https://learn.microsoft.com/azure/active-directory/develop/sample-v2-code?tabs=apptype).
- type: markdown
attributes:
value: |
## Feature request for MSAL.NET
- type: dropdown
attributes:
label: MSAL client type
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

- type: textarea
attributes:
label: Problem Statement
description: "Describe the problem or context for this feature request."
validations:
required: true

- type: textarea
attributes:
label: Proposed solution
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 b2a415f

Please sign in to comment.