Skip to content

Commit 1ae2d19

Browse files
bgavrilMSrayluo
andauthored
Update issue templates (#642)
* Update issue templates * Update feature_request.md * Update feature_request.md * Remove excess spaces, and rename .md to .yaml --------- Co-authored-by: Ray Luo <[email protected]>
1 parent e6ebc37 commit 1ae2d19

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: '[Bug] '
5-
labels: ["untriaged", "needs attention"]
4+
title: "[Bug] "
5+
labels: needs attention, untriaged
66
assignees: ''
77

88
---
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Feature request
2+
description: Suggest a new feature for MSAL Python.
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/python/) 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 Python
16+
17+
- type: dropdown
18+
attributes:
19+
label: MSAL client type
20+
description: Are you using Public Client (desktop apps, CLI apps) or Confidential Client (web apps, web APIs, service-to-service, managed identity)?
21+
multiple: true
22+
options:
23+
- "Public"
24+
- "Confidential"
25+
validations:
26+
required: true
27+
28+
- type: textarea
29+
attributes:
30+
label: Problem Statement
31+
description: "Describe the problem or context for this feature request."
32+
validations:
33+
required: true
34+
35+
- type: textarea
36+
attributes:
37+
label: Proposed solution
38+
description: "Describe the solution you'd like."
39+
validations:
40+
required: false

0 commit comments

Comments
 (0)