Skip to content

Commit 3c0fcbf

Browse files
feat(issuetemplate): added a github issue template
Signed-off-by: BorntraegerMarc <marc.borntraeger@gmail.com>
1 parent ae6cd4b commit 3c0fcbf

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/ISSUE_TEMPLATE.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## I'm submitting a...
2+
<!-- Check one of the following options with "x" -->
3+
<pre><code>
4+
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
5+
[ ] Feature request
6+
</code></pre>
7+
8+
## Current behavior
9+
<!-- Describe how the issue manifests. -->
10+
11+
12+
## Expected behavior
13+
<!-- Describe what the desired behavior would be. -->
14+
15+
16+
## Minimal reproduction of the problem with instructions
17+
18+
## What is the motivation / use case for changing the behavior?
19+
<!-- Describe the motivation or the concrete use case. -->
20+
21+
22+
## Environment
23+
24+
<pre><code>
25+
db-migrate version: X.Y.Z
26+
plugins with versions: X.Y.Z
27+
db-migrate driver with versions: <!-- eg. mongodb vX.Y.Z -->
28+
29+
Additional information:
30+
- Node version: XX <!-- run `node --version` -->
31+
- Platform: <!-- Mac, Linux, Windows -->
32+
33+
Others:
34+
<!-- Anything else relevant? Operating system version, IDE, package manager, HTTP server, ... -->
35+
</code></pre>

0 commit comments

Comments
 (0)