mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 07:08:16 +01:00
Clean up Q&A discussion template (#2342)
This commit is contained in:
parent
fd7fd9fa71
commit
4d681de0dd
1 changed files with 1 additions and 3 deletions
4
.github/DISCUSSION_TEMPLATE/q-a.yml
vendored
4
.github/DISCUSSION_TEMPLATE/q-a.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue