Clarify diff between install vs bug issue templates

This commit is contained in:
Lovell Fuller 2020-03-10 21:36:48 +00:00
parent 76bb25262e
commit e78e919925
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- ---
name: Installation name: Installation
about: Something went wrong **installing** sharp about: Something went wrong during either 'npm install sharp' or 'require("sharp")'
labels: installation labels: installation
--- ---

View File

@ -1,6 +1,6 @@
--- ---
name: Possible bug 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 labels: triage
--- ---