Add GitHub Actions automation that helps manage issues requiring additional information from reporters: - Post an instruction comment when 'needs-more-info' label is added, requesting environment details, debug logs from multiple nodes, configuration files, and proper formatting - Automatically remove the label when anyone comments - Close the issue after 3 days if no response is provided - Exempt needs-more-info labeled issues from the stale bot The instruction comment includes guidance on: - Required environment and debug information - Collecting logs from both connecting and connected-to nodes - Proper redaction rules (replace consistently, never remove IPs) - Formatting requirements for attachments and Markdown - Encouragement to discuss on Discord before filing issues
3.2 KiB
Thank you for taking the time to report this issue.
To help us investigate and resolve this, we need more information. Please provide the following:
Tip
Most issues turn out to be configuration errors rather than bugs. We encourage you to discuss your problem in our Discord community before opening an issue. The community can often help identify misconfigurations quickly, saving everyone time.
Required Information
Environment Details
- Headscale version: (run
headscale version) - Tailscale client version: (run
tailscale version) - Operating System: (e.g., Ubuntu 24.04, macOS 14, Windows 11)
- Deployment method: (binary, Docker, Kubernetes, etc.)
- Reverse proxy: (if applicable: nginx, Traefik, Caddy, etc. - include configuration)
Debug Information
Please follow our Debugging and Troubleshooting Guide and provide:
-
Client netmap dump (from affected Tailscale client):
tailscale debug netmap > netmap.json -
Client status dump (from affected Tailscale client):
tailscale status --json > status.json -
Tailscale client logs (if experiencing client issues):
tailscale debug daemon-logsImportant
We need logs from multiple nodes to understand the full picture:
- The node(s) initiating connections
- The node(s) being connected to
Without logs from both sides, we cannot diagnose connectivity issues.
-
Headscale server logs with
log.level: traceenabled -
Headscale configuration (with sensitive values redacted - see rules below)
-
ACL/Policy configuration (if using ACLs)
-
Proxy/Docker configuration (if applicable - nginx.conf, docker-compose.yml, Traefik config, etc.)
Formatting Requirements
- Attach long files - Do not paste large logs or configurations inline. Use GitHub file attachments or GitHub Gists.
- Use proper Markdown - Format code blocks, logs, and configurations with appropriate syntax highlighting.
- Structure your response - Use the headings above to organize your information clearly.
Redaction Rules
Caution
Replace, do not remove. Removing information makes debugging impossible.
When redacting sensitive information:
- ✅ Replace consistently - If you change
alice@company.comtouser1@example.com, useuser1@example.comeverywhere (logs, config, policy, etc.) - ✅ Use meaningful placeholders -
user1@example.com,bob@example.com,my-secret-keyare acceptable - ❌ Never remove information - Gaps in data prevent us from correlating events across logs
- ❌ Never redact IP addresses - We need the actual IPs to trace network paths and identify issues
If redaction rules are not followed, we will be unable to debug the issue and will have to close it.
Note: This issue will be automatically closed in 3 days if no additional information is provided. Once you reply with the requested information, the needs-more-info label will be removed automatically.
If you need help gathering this information, please visit our Discord community.