From 409cb33cd66c6d9bccda5468d117d992860dc707 Mon Sep 17 00:00:00 2001 From: Hans Kristian Flaatten Date: Thu, 30 Jun 2016 22:19:15 +0200 Subject: [PATCH] chore(project): add GitHub issue template Related: https://help.github.com/articles/creating-an-issue-template-for-your-repository/ --- .github/ISSUE_TEMPLATE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md 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.