Skip to content

Commit 22d64fc

Browse files
n2ygkauvipy
authored andcommitted
add some issue templates
1 parent 0b6232a commit 22d64fc

File tree

3 files changed

+61
-0
lines changed

3 files changed

+61
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug, docs, api
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+
16+
**Expected behavior**
17+
<!-- A clear and concise description of what you expected to happen. -->
18+
19+
**Version**
20+
<!-- Version of django-oauth-toolkit -->
21+
22+
<!-- Have you tested with the latest version and/or master branch? -->
23+
- [ ] I have tested with the latest published release and it's still a problem.
24+
- [ ] I have tested with the master branch and it's still a problem.
25+
26+
**Additional context**
27+
<!-- Add any other context about the problem here. -->
28+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement, good first issue, docs, help-wanted
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
12+
13+
**Describe the solution you'd like**
14+
<!-- A clear and concise description of what you want to happen. -->
15+
16+
**Describe alternatives you've considered**
17+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
18+
19+
**Additional context**
20+
<!-- Add any other context or screenshots about the feature request here. -->
21+

.github/ISSUE_TEMPLATE/question.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Question
3+
about: Ask a question about using django-oauth-toolkit
4+
title: ''
5+
labels: question, help-wanted
6+
assignees: ''
7+
8+
---
9+
10+
<!-- What is your question? -->
11+
12+

0 commit comments

Comments
 (0)