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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue