Skip to content

Commit 82863f4

Browse files
committed
Update issue templates to ask common follow-up questions
1 parent 51b1432 commit 82863f4

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
name: Feature request
33
about: Suggest an idea
4-
title: ''
54
labels: enhancement
6-
assignees: ''
75

86
---
97

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
name: Installation
33
about: Something went wrong **installing** sharp
4-
title: ''
54
labels: installation
6-
assignees: ''
75

86
---
97

108
Did you see the [documentation relating to installation](https://sharp.pixelplumbing.com/install)?
119

1210
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?
1311

12+
Are you using the latest version? Is the version currently in use as reported by `npm ls sharp` the same as the latest version as reported by `npm view sharp dist-tags.latest`?
13+
1414
If you are installing as a `root` or `sudo` user, have you tried with the `npm install --unsafe-perm` flag?
1515

1616
If you are using the `ignore-scripts` feature of `npm`, have you tried with the `npm install --ignore-scripts=false` flag?
1717

1818
What is the complete output of running `npm install --verbose sharp`? Have you checked this output for useful error messages?
1919

20-
What is the output of running `npx envinfo --binaries --languages --system --utilities`?
20+
What is the output of running `npx envinfo --binaries --system`?
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
name: Possible bug
33
about: Something unexpected occurred **using** sharp
4-
title: ''
54
labels: triage
6-
assignees: ''
75

86
---
97

108
<!-- If this issue relates to installation, please use https://github.com/lovell/sharp/issues/new?labels=installation&template=installation.md instead. -->
119

12-
What is the output of running `npx envinfo --binaries --languages --system --utilities`?
10+
Are you using the latest version? Is the version currently in use as reported by `npm ls sharp` the same as the latest version as reported by `npm view sharp dist-tags.latest`?
1311

1412
What are the steps to reproduce?
1513

1614
What is the expected behaviour?
1715

18-
Are you able to provide a standalone code sample, without other dependencies, that demonstrates this problem?
16+
Are you able to provide a minimal, standalone code sample, without other dependencies, that demonstrates this problem?
1917

2018
Are you able to provide a sample image that helps explain the problem?
19+
20+
What is the output of running `npx envinfo --binaries --system`?

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
name: Question
33
about: For help understanding an existing feature
4-
title: ''
54
labels: question
6-
assignees: ''
75

86
---
97

@@ -13,6 +11,6 @@ What are you trying to achieve?
1311

1412
Have you searched for similar questions?
1513

16-
Are you able to provide a standalone code sample that demonstrates this question?
14+
Are you able to provide a minimal, standalone code sample that demonstrates this question?
1715

1816
Are you able to provide a sample image that helps explain the question?

0 commit comments

Comments
 (0)