From 4d681de0dd8dbf174064fc923fc92aec530ea966 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 24 Nov 2023 14:13:56 +0100 Subject: [PATCH] Clean up Q&A discussion template (#2342) --- .github/DISCUSSION_TEMPLATE/q-a.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/q-a.yml b/.github/DISCUSSION_TEMPLATE/q-a.yml index 012bd2ce..6e231555 100644 --- a/.github/DISCUSSION_TEMPLATE/q-a.yml +++ b/.github/DISCUSSION_TEMPLATE/q-a.yml @@ -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