Skip to content

Commit 8004560

Browse files
authored
update bug template with debug (#2481)
Signed-off-by: Kristoffer Dalby <[email protected]>
1 parent 586a20f commit 8004560

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,27 @@ body:
7171
required: false
7272
- type: textarea
7373
attributes:
74-
label: Anything else?
74+
label: Debug information
7575
description: |
76-
Links? References? Anything that will give us more context about the issue you are encountering!
76+
Links? References? Anything that will give us more context about the issue you are encountering.
77+
If **any** of these are omitted we will likely close your issue, do **not** ignore them.
7778
7879
- Client netmap dump (see below)
79-
- ACL configuration
80+
- Policy configuration
8081
- Headscale configuration
82+
- Headscale log (with `trace` enabled)
8183
8284
Dump the netmap of tailscale clients:
8385
`tailscale debug netmap > DESCRIPTIVE_NAME.json`
8486
85-
Please provide information describing the netmap, which client, which headscale version etc.
87+
Dump the status of tailscale clients:
88+
`tailscale status --json > DESCRIPTIVE_NAME.json`
89+
90+
Get the logs of a Tailscale client that is not working as expected.
91+
`tailscale daemon-logs`
8692
8793
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
94+
**Ensure** you use formatting for files you attach.
95+
Do **not** paste in long files.
8896
validations:
89-
required: false
97+
required: true

0 commit comments

Comments
 (0)