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