mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Clarify diff between install vs bug issue templates
This commit is contained in:
parent
76bb25262e
commit
e78e919925
2
.github/ISSUE_TEMPLATE/installation.md
vendored
2
.github/ISSUE_TEMPLATE/installation.md
vendored
@ -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
|
||||||
|
|
||||||
---
|
---
|
||||||
|
2
.github/ISSUE_TEMPLATE/possible-bug.md
vendored
2
.github/ISSUE_TEMPLATE/possible-bug.md
vendored
@ -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
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user