From d4ed8afa1ed15486144dc7afee52c09e044a92e0 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 10 May 2022 01:20:06 +0200 Subject: Fix unnecessary newlines in `BUG-REPORT.yml` --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 0c06c405..96dcc3b6 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -58,12 +58,9 @@ body: attributes: label: Version description: | - We only offer support for the `0.4` release on crates.io and the `master` - branch on this repository. Which version are you using? Please make sure - you are using the latest patch available (e.g. run `cargo update`). + We only offer support for the `0.4` release on crates.io and the `master` branch on this repository. Which version are you using? Please make sure you are using the latest patch available (e.g. run `cargo update`). - If you are using an older release, please upgrade to `0.4` before filing - an issue. + If you are using an older release, please upgrade to `0.4` before filing an issue. options: - master - 0.4 -- cgit