Skip to content

Commit 1887579

Browse files
authored
Improve PR and Issue templates. (#822)
* Improve PR and Issue templates. - Add instructions as template comments. - Fix misunderstanding of how labels work. * insignificant change to try and unstick travis status
1 parent 1a9d4c1 commit 1887579

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: bug, docs, api
5+
labels: bug
66
assignees: ''
77

88
---
@@ -20,6 +20,7 @@ assignees: ''
2020
<!-- Version of django-oauth-toolkit -->
2121

2222
<!-- Have you tested with the latest version and/or master branch? -->
23+
<!-- Replace '[ ]' with '[x]' to indicate that. -->
2324
- [ ] I have tested with the latest published release and it's still a problem.
2425
- [ ] I have tested with the master branch and it's still a problem.
2526

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: enhancement, good first issue, docs, help-wanted
5+
labels: enhancement
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Question
33
about: Ask a question about using django-oauth-toolkit
44
title: ''
5-
labels: question, help-wanted
5+
labels: question
66
assignees: ''
77

88
---

.github/pull_request_template.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
<!-- See https://django-oauth-toolkit.readthedocs.io/en/latest/contributing.html#pull-requests -->
2+
<!-- If there's already an issue that this PR fixes, add that issue number below after 'Fixes #' -->
13
Fixes #
24

35
## Description of the Change
46

57
## Checklist
68

9+
<!-- Replace '[ ]' with '[x]' to indicate that the checklist item is completed. -->
10+
<!-- You can check the boxes now or later by just clicking on them. -->
11+
712
- [ ] PR only contains one change (considered splitting up PR)
813
- [ ] unit-test added
914
- [ ] documentation updated

0 commit comments

Comments
 (0)