From 7f83ecd255f5d19183aa79bafc6f89d2cf8b7023 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 15 Feb 2022 10:54:36 +0000 Subject: [PATCH] Issue templates: small formatting fixes --- .github/ISSUE_TEMPLATE/installation.md | 8 +++++--- .github/ISSUE_TEMPLATE/possible-bug.md | 4 +--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/installation.md b/.github/ISSUE_TEMPLATE/installation.md index b8876f60..1acb6953 100644 --- a/.github/ISSUE_TEMPLATE/installation.md +++ b/.github/ISSUE_TEMPLATE/installation.md @@ -11,7 +11,7 @@ labels: installation -- [ ] 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`?
- + + +
### What is the output of running `npx envinfo --binaries --system --npmPackages=sharp --npmGlobalPackages=sharp`? - + diff --git a/.github/ISSUE_TEMPLATE/possible-bug.md b/.github/ISSUE_TEMPLATE/possible-bug.md index 5cf0b615..c74c87ee 100644 --- a/.github/ISSUE_TEMPLATE/possible-bug.md +++ b/.github/ISSUE_TEMPLATE/possible-bug.md @@ -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?