Skip to content

Commit

Permalink
Added issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
devconcept committed Sep 24, 2018
1 parent 9def08b commit 5580598
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
### Issue checklist

<!--
Thank you for taking the time to improve this library.
Please include all requested information to save time and help you get a quick solution for your problem.
-->

#### I'm submitting a...
<!-- Select one of the following by adding a "x" -->

- [ ] Bug report
- [ ] Feature request
- [ ] Documentation issue or request
- [ ] Support request
- [ ] Regression

#### Environment

<!--
If your issue request is a bug, regression or support include the environment where you run your code so we can reproduce it.
Replace *(major.minor.patch)* with your installed version number of each module, eg: 3.1.4
For documentation and new features remove the environment block because it doesn't apply to your case and focus on the behavior part below.
-->

- I'm using `multer-gridfs-storage` version *(major.minor.patch)*

- My installed MongoDb version is *(major.minor.patch)*

- I have Multer *(major.minor.patch)* installed to upload files

<!-- In case it is relevant, also include the following information otherwise remove the text-->

- I'm *(using/not using)* Mongoose connection objects to create storage instances. The Mongoose version installed is *(major.minor.patch)*

- The Node version used to run the code is *(major.minor.patch)*

#### Current behavior
<!-- Describe the problem. Include source code examples where the problem can be verified -->


#### Expected behavior
<!-- What result did you expected. Include it if the described problem is not explicit enough -->

0 comments on commit 5580598

Please sign in to comment.