summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPieter Ennes <pieter@authentiq.com>2018-09-23 21:56:11 +0100
committerPieter Ennes <pieter@authentiq.com>2018-09-23 21:56:11 +0100
commit320a209a0ba03b2d5ca815621a305360a8271955 (patch)
tree55d86e0ec6d655928ed135c10d2bd48313b41139 /.github
parent698f59eeff2307d02c621a92f3d58936bc524469 (diff)
downloadoauthlib-320a209a0ba03b2d5ca815621a305360a8271955.tar.gz
Tidy up templates a bit.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md29
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md14
2 files changed, 23 insertions, 20 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 9c82293..4c5a84b 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,21 +1,24 @@
---
name: Bug report
about: Create a report to help us improve
-
---
-
**Describe the bug**
-A clear and concise description of what the bug is.
-**To Reproduce**
-Steps to reproduce the behavior
+A clear and concise description of what the problem is.
+
+**How to reproduce**
+
+Steps to reproduce the behavior.
**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Context**
-Are you using OAuth1 ? OAuth2 ?
-Using a client ? a public provider ?
-Implementing your own provider ?
-Using a downstream library ? (requests-oauthlib, django-oauth-toolkit ...)
-Add any other context.
+
+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`, ...?
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 81e6b06..a415f6c 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,14 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
-
---
+**Describe the feature**
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
+A clear and concise description of what you would like to see.
**Additional context**
-Add any other context or screenshots about the feature request here.
+
+Please provide any further context here.
+
+- Does the feature apply to OAuth1, OAuth2 and/or OIDC?
+- Does the feature apply to client or server side code?