Skip to content

Commit 358e7d2

Browse files
authored
Update issue templates
Good for bug reports
1 parent 969877f commit 358e7d2

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to our [off-the-shelf samples](https://github.com/AzureAD/microsoft-authentication-library-for-python/tree/dev/sample) and pick one that is closest to your usage scenario. You should not need to modify the sample.
16+
2. Follow the description of the sample, typically at the beginning of it, to prepare a `config.json` containing your test configurations
17+
3. Run such sample, typically by `python sample.py config.json`
18+
4. See the error
19+
5. In this bug report, tell us the sample you choose, paste the content of the config.json with your test setup (which you can choose to skip your credentials, and/or mail it to our developer's email).
20+
21+
**Expected behavior**
22+
A clear and concise description of what you expected to happen.
23+
24+
**What you see instead**
25+
Paste the sample output, or add screenshots to help explain your problem.
26+
27+
**The MSAL Python version you are using**
28+
Paste the output of this
29+
`python -c "import msal; print(msal.__version__)"`
30+
31+
**Additional context**
32+
Add any other context about the problem here.

0 commit comments

Comments
 (0)