mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Expand issue templates to direct towards installation
This commit is contained in:
parent
c610e306df
commit
2c300754a7
14
.github/ISSUE_TEMPLATE/installation.md
vendored
14
.github/ISSUE_TEMPLATE/installation.md
vendored
@ -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`?
|
||||||
|
6
.github/ISSUE_TEMPLATE/possible-bug.md
vendored
6
.github/ISSUE_TEMPLATE/possible-bug.md
vendored
@ -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?
|
||||||
|
4
.github/ISSUE_TEMPLATE/question.md
vendored
4
.github/ISSUE_TEMPLATE/question.md
vendored
@ -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?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user