Skip to content

Commit 5e185bd

Browse files
authored
chore(github): Update issue template (#3450)
## Description Ask users for the iroh version, commit hash and some configuration setup. ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> ## Notes & open questions The hints might need to be tweaked further, feel free to suggest changes. ## Change checklist <!-- Remove any that are not relevant. --> - [x] Self-review.
1 parent 0a3d6cf commit 5e185bd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@ assignees: ''
1616
**Expected behavior**
1717
<!-- A clear and concise description of what you expected to happen. -->
1818

19+
**Iroh**
20+
21+
Version:
22+
23+
<!-- If possible use cargo tree: -->
24+
25+
```
26+
[paste output from `cargo tree -i -e features -p iroh` here]
27+
```
28+
29+
<!-- Otherwise, please list the iroh version and/or commit hash. -->
30+
31+
Endpoint configuration:<!-- (please complete the following information) -->
32+
33+
[e.g. are you using `.n0_discovery()`, a custom relay map, etc]
34+
1935
**Platform(s)**
2036
Desktop<!-- (please complete the following information) -->:
2137
- OS: [e.g. iOS]

0 commit comments

Comments
 (0)