File tree 3 files changed +27
-2
lines changed
3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change
1
+ body :
2
+ - type : textarea
3
+ attributes :
4
+ label : Summary
5
+ description : ' Your question:'
6
+ validations :
7
+ required : true
8
+ - type : input
9
+ attributes :
10
+ label : tower-http version
11
+ description : ' Please look it up in `Cargo.lock`, or as described below'
12
+ validations :
13
+ required : true
14
+ - type : markdown
15
+ attributes :
16
+ value : |
17
+ > If you have `jq` installed, you can look up the version by running
18
+ >
19
+ > ```bash
20
+ > cargo metadata --format-version=1 | jq -r '.packages[] | select(.name == "tower-http") | .version'
21
+ > ```
Original file line number Diff line number Diff line change @@ -4,14 +4,16 @@ about: If something isn't working as expected 🤔.
4
4
5
5
---
6
6
7
- ## Bug Report
8
-
9
7
<!--
10
8
Thank you for reporting an issue.
11
9
12
10
Please fill in as much of the template below as you're able.
13
11
-->
14
12
13
+ - [ ] I have looked for existing issues (including closed) about this
14
+
15
+ ## Bug Report
16
+
15
17
### Version
16
18
17
19
<!--
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ about: I have a suggestion (and may want to implement it 🙂)!
4
4
5
5
---
6
6
7
+ - [ ] I have looked for existing issues (including closed) about this
8
+
7
9
## Feature Request
8
10
9
11
### Motivation
You can’t perform that action at this time.
0 commit comments