mirror of
https://github.com/lovell/sharp.git
synced 2026-02-04 05:36:18 +01:00
Clarify diff between install vs bug issue templates
This commit is contained in:
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
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user