Expand issue templates to direct towards installation

This commit is contained in:
Lovell Fuller 2019-07-31 16:48:32 +01:00
parent c610e306df
commit 2c300754a7
3 changed files with 15 additions and 9 deletions

View File

@ -1,16 +1,18 @@
--- ---
name: Installation name: Installation
about: For help if something went wrong installing sharp about: Something went wrong **installing** sharp
title: '' title: ''
labels: '' labels: installation
assignees: '' assignees: ''
--- ---
What is the output of running `npm install --verbose sharp`? Did you see the [documentation relating to installation](https://sharp.pixelplumbing.com/en/stable/install/)?
What is the output of running `npx envinfo --binaries --languages --system --utilities`?
Have you ensured the platform and version of Node.js used for `npm install` is the same as the platform and version of Node.js used at runtime? Have you ensured the platform and version of Node.js used for `npm install` is the same as the platform and version of Node.js used at runtime?
If you're using `sudo npm install` have you tried with the `sudo npm install --unsafe-perm` flag? If you're (mis)using `sudo npm install` have you tried with the `sudo npm install --unsafe-perm` flag?
What is the complete output of running `npm install --verbose sharp`? Have you checked this output for useful error messages?
What is the output of running `npx envinfo --binaries --languages --system --utilities`?

View File

@ -1,12 +1,14 @@
--- ---
name: Possible bug name: Possible bug
about: Please provide steps to reproduce about: Something unexpected occurred **using** sharp
title: '' title: ''
labels: '' labels: triage
assignees: '' assignees: ''
--- ---
<!-- If this issue relates to installation, please use https://github.com/lovell/sharp/issues/new?labels=installation&template=installation.md instead. -->
What is the output of running `npx envinfo --binaries --languages --system --utilities`? What is the output of running `npx envinfo --binaries --languages --system --utilities`?
What are the steps to reproduce? What are the steps to reproduce?

View File

@ -1,12 +1,14 @@
--- ---
name: Question name: Question
about: For help with an existing feature about: For help understanding an existing feature
title: '' title: ''
labels: question labels: question
assignees: '' assignees: ''
--- ---
<!-- If this issue relates to installation, please use https://github.com/lovell/sharp/issues/new?labels=installation&template=installation.md instead. -->
What are you trying to achieve? What are you trying to achieve?
Have you searched for similar questions? Have you searched for similar questions?