summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: 4c5a84bf28a3360ec73f0863c1a39860722e7994 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
name: Bug report
about: Create a report to help us improve
---
**Describe the bug**

A clear and concise description of what the problem is.

**How to reproduce**

Steps to reproduce the behavior.

**Expected behavior**

A description of what you expected to happen.

**Additional context**

Please provide any further context here.

- Are you using OAuth1, OAuth2 or OIDC?
- Are you writing client or server side code?
- If client, what provider are you connecting to?
- Are you using a downstream library, such as `requests-oauthlib`, `django-oauth-toolkit`, ...?