diff --git a/.github/DISCUSSION_TEMPLATE/q-a.yml b/.github/DISCUSSION_TEMPLATE/q-a.yml new file mode 100644 index 00000000..4a9b65df --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/q-a.yml @@ -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' + > ``` diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7d2a3105..355cc421 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,14 +4,16 @@ about: If something isn't working as expected 🤔. --- -## Bug Report - +- [ ] I have looked for existing issues (including closed) about this + +## Bug Report + ### Version