Skip to content

Commit

Permalink
Tidy up templates a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
skion committed Sep 23, 2018
1 parent 698f59e commit 320a209
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
29 changes: 16 additions & 13 deletions .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`, ...?
14 changes: 7 additions & 7 deletions .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?

0 comments on commit 320a209

Please sign in to comment.