mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-07 00:00:15 +02:00
Fix error in Q&A discussion template (#2341)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user