Fix error in Q&A discussion template (#2341)

This commit is contained in:
Jonas Platte 2023-11-24 12:21:13 +01:00 committed by GitHub
parent 9a931605dd
commit 92253fe7b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,8 @@ body:
attributes:
label: axum version
description: 'Please look it up in `Cargo.lock`'
validations:
required: true
- type: markdown
attributes:
value: |
@ -19,5 +21,3 @@ body:
> ```bash
> cargo metadata --format-version=1 | jq -r '.packages[] | select(.name == "axum") | .version'
> ```
validations:
required: true