Skip to content

Commit

Permalink
feat(issuetemplate): added a github issue template
Browse files Browse the repository at this point in the history
Signed-off-by: BorntraegerMarc <marc.borntraeger@gmail.com>
  • Loading branch information
BorntraegerMarc committed Jan 4, 2018
1 parent ae6cd4b commit 3c0fcbf
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## I'm submitting a...
<!-- Check one of the following options with "x" -->
<pre><code>
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
[ ] Feature request
</code></pre>

## Current behavior
<!-- Describe how the issue manifests. -->


## Expected behavior
<!-- Describe what the desired behavior would be. -->


## Minimal reproduction of the problem with instructions

## What is the motivation / use case for changing the behavior?
<!-- Describe the motivation or the concrete use case. -->


## Environment

<pre><code>
db-migrate version: X.Y.Z
plugins with versions: X.Y.Z
db-migrate driver with versions: <!-- eg. mongodb vX.Y.Z -->

Additional information:
- Node version: XX <!-- run `node --version` -->
- Platform: <!-- Mac, Linux, Windows -->

Others:
<!-- Anything else relevant? Operating system version, IDE, package manager, HTTP server, ... -->
</code></pre>

0 comments on commit 3c0fcbf

Please sign in to comment.