From e78e9199258761ca3a5427b2dc1f9e2d1ebc1496 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 10 Mar 2020 21:36:48 +0000 Subject: [PATCH] Clarify diff between install vs bug issue templates --- .github/ISSUE_TEMPLATE/installation.md | 2 +- .github/ISSUE_TEMPLATE/possible-bug.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/installation.md b/.github/ISSUE_TEMPLATE/installation.md index 182314e1..f54a1d99 100644 --- a/.github/ISSUE_TEMPLATE/installation.md +++ b/.github/ISSUE_TEMPLATE/installation.md @@ -1,6 +1,6 @@ --- name: Installation -about: Something went wrong **installing** sharp +about: Something went wrong during either 'npm install sharp' or 'require("sharp")' labels: installation --- diff --git a/.github/ISSUE_TEMPLATE/possible-bug.md b/.github/ISSUE_TEMPLATE/possible-bug.md index f6cb20b3..14b21b91 100644 --- a/.github/ISSUE_TEMPLATE/possible-bug.md +++ b/.github/ISSUE_TEMPLATE/possible-bug.md @@ -1,6 +1,6 @@ --- name: Possible bug -about: Something unexpected occurred **using** sharp +about: Installation of sharp was successful but then something unexpected occurred using one of its features labels: triage ---