diff options
author | 2022-05-10 01:20:06 +0200 | |
---|---|---|
committer | 2022-05-10 01:20:06 +0200 | |
commit | d4ed8afa1ed15486144dc7afee52c09e044a92e0 (patch) | |
tree | e3936d86f7febd5a83f32e0899bb0d8b6a2f42e5 /.github | |
parent | d087de5dc0169694d709b299937339b2dfcdb528 (diff) | |
download | iced-d4ed8afa1ed15486144dc7afee52c09e044a92e0.tar.gz iced-d4ed8afa1ed15486144dc7afee52c09e044a92e0.tar.bz2 iced-d4ed8afa1ed15486144dc7afee52c09e044a92e0.zip |
Fix unnecessary newlines in `BUG-REPORT.yml`
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 7 |
1 files changed, 2 insertions, 5 deletions
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 |