-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub issue, discussion templates (#445)
* Update GitHub issue templates to match axum's * Use axum's Q&A discussion template
- Loading branch information
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Summary | ||
description: 'Your question:' | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: tower-http version | ||
description: 'Please look it up in `Cargo.lock`, or as described below' | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
> If you have `jq` installed, you can look up the version by running | ||
> | ||
> ```bash | ||
> cargo metadata --format-version=1 | jq -r '.packages[] | select(.name == "tower-http") | .version' | ||
> ``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters