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