Issue templates: small formatting fixes

This commit is contained in:
Lovell Fuller 2022-02-15 10:54:36 +00:00
parent dc5f4dcd28
commit 7f83ecd255
2 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ labels: installation
<!-- Please place an [x] in the box to confirm. -->
- [ ] I have read the [documentation relating to installation](https://sharp.pixelplumbing.com/install)?
- [ ] I have read the [documentation relating to installation](https://sharp.pixelplumbing.com/install).
- [ ] I have ensured that the architecture and platform of Node.js used for `npm install` is the same as the architecture and platform of Node.js used at runtime.
### Are you using the latest version of sharp?
@ -35,9 +35,11 @@ If you are using the `ignore-scripts` feature of `npm`, have you tried with the
### What is the complete output of running `npm install --verbose sharp`?
<details>
<!-- Please provide output of the above command here. -->
<!-- Please provide output of `npm install --verbose sharp` here. -->
</details>
### What is the output of running `npx envinfo --binaries --system --npmPackages=sharp --npmGlobalPackages=sharp`?
<!-- Please provide output of the above command here. -->
<!-- Please provide output of `npx envinfo --binaries --system --npmPackages=sharp --npmGlobalPackages=sharp` here. -->

View File

@ -16,9 +16,7 @@ labels: triage
- [ ] Running `npm install sharp` completes without error.
- [ ] Running `node -e "require('sharp')"` completes without error.
If you cannot confirm both of these, please open an
[installation issue](https://github.com/lovell/sharp/issues/new?labels=installation&template=installation.md)
instead.
If you cannot confirm both of these, please open an [installation issue](https://github.com/lovell/sharp/issues/new?labels=installation&template=installation.md) instead.
### Are you using the latest version of sharp?