Clean up Q&A discussion template (#2342)

This commit is contained in:
Jonas Platte 2023-11-24 14:13:56 +01:00 committed by GitHub
parent fd7fd9fa71
commit 4d681de0dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,3 @@
title: 'Q&A'
body:
- type: textarea
attributes:
@ -9,13 +8,12 @@ body:
- type: input
attributes:
label: axum version
description: 'Please look it up in `Cargo.lock`'
description: 'Please look it up in `Cargo.lock`, or as described below'
validations:
required: true
- type: markdown
attributes:
value: |
> [!NOTE]
> If you have `jq` installed, you can look up the version by running
>
> ```bash