cloudflare/cloudflared
Publicmirrored fromhttps://github.com/cloudflare/cloudflaredAvailable
.github/ISSUE_TEMPLATE/---bug-report.md
34lines · modecode
| 1 | --- |
| 2 | name: "\U0001F41B Bug report" |
| 3 | about: Create a report to help us improve cloudflared |
| 4 | title: "\U0001F41B" |
| 5 | labels: 'Priority: Normal, Type: Bug' |
| 6 | |
| 7 | --- |
| 8 | |
| 9 | **Describe the bug** |
| 10 | A clear and concise description of what the bug is. |
| 11 | |
| 12 | **To Reproduce** |
| 13 | Steps to reproduce the behavior: |
| 14 | 1. Configure '...' |
| 15 | 2. Run '....' |
| 16 | 3. See error |
| 17 | |
| 18 | If it's an issue with Cloudflare Tunnel: |
| 19 | 4. Tunnel ID : |
| 20 | 5. cloudflared config: |
| 21 | |
| 22 | **Expected behavior** |
| 23 | A clear and concise description of what you expected to happen. |
| 24 | |
| 25 | **Environment and versions** |
| 26 | - OS: [e.g. MacOS] |
| 27 | - Architecture: [e.g. AMD, ARM] |
| 28 | - Version: [e.g. 2022.02.0] |
| 29 | |
| 30 | **Logs and errors** |
| 31 | If applicable, add logs or errors to help explain your problem. |
| 32 | |
| 33 | **Additional context** |
| 34 | Add any other context about the problem here. |
| 35 | |