Skip to content

Commit 5a39086

Browse files
authored
Create a bug template
1 parent 7b900d3 commit 5a39086

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
title: "[Bug]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
This template is for bug report. If you just want to ask a question, please use [Discussion Q&A](https://github.com/rayluo/identity/discussions/categories/q-a).
11+
12+
**Describe the bug**
13+
A clear and concise description of what the bug is.
14+
15+
**To Reproduce**
16+
Steps to reproduce the behavior:
17+
1. Go to [this library's homepage](https://github.com/rayluo/identity?tab=readme-ov-file#scenarios-supported), find an official sample that matches the web framework that you are using. Tell us which sample you chose.
18+
2. Follow the README of the chosen sample to configure it. You should not need to modify any source code, other than creating a `.env` file there with your app's settings.
19+
3. Run the sample. Tell us what command line you used. For example, `flask run -h localhost`.
20+
4. Document what extra steps you performed.
21+
5. See error
22+
23+
**Expected behavior**
24+
A clear and concise description of what you expected to happen.
25+
26+
**What you see instead**
27+
Paste the error message shown in browser and/or in web server's console log. If applicable, add screenshots to help explain your problem.
28+
29+
**Dependencies (please complete the following information):**
30+
- Web Framework: [e.g. Flask/Django/Quart/Others (please specify)]
31+
- Identity library's version: [Paste the output of `python -c "import identity; print(identity.__version__)"`]
32+
* If you are not using the latest version of Identity library, would you please try upgrade it to the [latest version](https://github.com/rayluo/identity/releases) and see if the bug is still there?
33+
- Where did you install Identity library from? [For example, it may be installed by a `pip install identity` which will be [served from PyPI.org](https://pypi.org/project/identity/). In some circumstances you might have installed it from a mirror repo by `pip install https://github.com/SomeAccount/ForkedRepo/archive/refs/heads/0.9.zip`]
34+
- Python version
35+
36+
**Additional context**
37+
Add any other context about the problem here.

0 commit comments

Comments
 (0)