diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..6069ddd --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,21 @@ +### Subject of the issue +Describe your issue here. + +### Your environment +* Operating system (Mac, Linux, Windows) +* Node.js version (`node --version`) +* ImageMagick version (`identify -version`) +* s3-uploader version + +### Steps to reproduce +Tell us how to reproduce this issue. Please provide a minimal code example to demonstrate the problem. + +```js +// your code here +``` + +### Expected behaviour +Tell us what should happen. + +### Actual behaviour +Tell us what happens instead.