Skip to content

Commit

Permalink
chore(github): enhance the issue template
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ptitjes committed Nov 25, 2017
1 parent 8fe417e commit a260c34
Showing 1 changed file with 33 additions and 8 deletions.
41 changes: 33 additions & 8 deletions ISSUE_TEMPLATE.md
Expand Up @@ -5,13 +5,38 @@
https://guides.github.com/features/mastering-markdown/
This template is optional, but it may help us fix your issue faster.
-->
### Issue
Write the description of the issue here.

### Info & Versions
- Environment: (Node.js/browser/hybrid app/etc.)
- Platform: (Chrome/FF/Safari/Edge/iOS/Android/etc.)
- Server: (CouchDB/Cloudant/Couchbase/PouchDB Server/etc.)
<!--- Provide a general summary of the issue in the Title above -->

### Reproduce
Write the steps for others to reproduce issue here. Providing a code example, links to a repository or a live example (JSBin etc) are even more helpful.
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->

## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->

## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->

## Steps to Reproduce (for bugs)
<!--- Write the steps for others to reproduce issue here and include code, if relevant -->
<!--- Links to a repository or a live example (JSBin etc) are even more helpful -->
1.
2.
3.
4.

## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->

## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version of PouchDB Authentication:
* Version of PouchDB:
* Platform name and version: <!--- Node.js/Chrome/FF/Safari/Edge/XXWebView/etc. -->
* Operating System and version: <!--- Windows/MacOS X/Linux/iOS/Android/etc. -->
* Server: <!--- CouchDB/Cloudant/Couchbase/PouchDB Server/etc. -->
* Link to your project:

0 comments on commit a260c34

Please sign in to comment.