| 1 | --- |
| 2 | name: Bug report |
| 3 | about: Create a report to help us improve. (Check the FAQ on the wiki first) |
| 4 | labels: bug |
| 5 | |
| 6 | --- |
| 7 | |
| 8 | **Describe the bug** |
| 9 | A clear and concise description of what the bug is. |
| 10 | |
| 11 | **To Reproduce** |
| 12 | Steps to reproduce the behavior: |
| 13 | |
| 14 | **Expected behavior** |
| 15 | A clear and concise description of what you expected to happen. |
| 16 | |
| 17 | **Screenshots/debug logs** |
| 18 | If applicable, add screenshots to help explain your problem. |
| 19 | Use logs from running `matterbridge -debug` if possible. |
| 20 | |
| 21 | **Environment (please complete the following information):** |
| 22 | - OS: [e.g. linux] |
| 23 | - Matterbridge version: output of `matterbridge -version` |
| 24 | - If self compiled: output of `git rev-parse HEAD` |
| 25 | |
| 26 | **Additional context** |
| 27 | Please add your configuration file (be sure to exclude or anonymize private data (tokens/passwords)) |
| 28 | |