Fix unnecessary newlines in BUG-REPORT.yml
This commit is contained in:
parent
d087de5dc0
commit
d4ed8afa1e
1 changed files with 2 additions and 5 deletions
7
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
7
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
|
|
@ -58,12 +58,9 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
description: |
|
description: |
|
||||||
We only offer support for the `0.4` release on crates.io and the `master`
|
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`).
|
||||||
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
|
If you are using an older release, please upgrade to `0.4` before filing an issue.
|
||||||
an issue.
|
|
||||||
options:
|
options:
|
||||||
- master
|
- master
|
||||||
- 0.4
|
- 0.4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue