From b36c851b2a14bd611cb5b2ba3cfe3cb30a768c9a Mon Sep 17 00:00:00 2001 From: Surma Date: Thu, 15 Nov 2018 10:34:00 -0800 Subject: [PATCH 1/2] Create issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..2185c2bd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Something is not working as expected +labels: + +--- + +**Before you start** +Please take a look at the [FAQ](https://github.com/GoogleChromeLabs/squoosh/wiki/FAQ) as well as the already opened issues! If nothing fits your problem, go ahead and fill out the following template: + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Version:** + - OS w/ version: [e.g. iOS 12] + - Browser w/ version [e.g. Chrome 70] + - Node version: [e.g. 10.11.0] + - npm version: [e.g. 6.4.1] + +**Additional context, screenshots, screencasts** +Add any other context about the problem here. From e2a956a088e1e94d0ea0ccae8479044b69309783 Mon Sep 17 00:00:00 2001 From: Mariko Kosaka Date: Mon, 19 Nov 2018 11:51:08 +0900 Subject: [PATCH 2/2] ask to attach images --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2185c2bd..39cda7f7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,5 +27,10 @@ A clear and concise description of what you expected to happen. - Node version: [e.g. 10.11.0] - npm version: [e.g. 6.4.1] +**Is your issue related to the quality of image compression?** +Please attach original and output images (you can drag & drop to attach). +- Original image +- Output image from Squoosh + **Additional context, screenshots, screencasts** Add any other context about the problem here.