mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-17 00:00:16 +02:00
GitHub: Add a Q&A discussion template (#2340)
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
title: 'Q&A'
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Summary
|
||||
description: 'Your question:'
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: axum version
|
||||
description: 'Please look it up in `Cargo.lock`'
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
> [!NOTE]
|
||||
> If you have `jq` installed, you can look up the version by running
|
||||
>
|
||||
> ```bash
|
||||
> cargo metadata --format-version=1 | jq -r '.packages[] | select(.name == "axum") | .version'
|
||||
> ```
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user