diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 72abf09c5..95ce5e619 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,13 +4,14 @@ about: Create a report to help us improve title: '' labels: '' assignees: '' - --- **Describe the bug** + A clear and concise description of what the bug is. **To Reproduce** + Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' @@ -18,18 +19,26 @@ Steps to reproduce the behavior: 4. See error **Expected behavior** + A clear and concise description of what you expected to happen. **Screenshots** + If applicable, add screenshots to help explain your problem. +**Logs** + +Check https://lsp.sublimetext.io/troubleshooting/#self-help-instructions on how to provide additional logs. + **Environment (please complete the following information):** + - OS: [e.g. Ubuntu 20.04 or macOS 10.15] - Sublime Text version: [e.g. 4085] - LSP version: [e.g. 1.0.12, run `Package Control: List Packages` to find the version] - Language servers used: [e.g. clangd, gopls, dart, Vetur, intelephense, HIE] **Additional context** + Add any other context about the problem here. For example, whether you're using a helper package or your manual server configuration in LSP.sublime-settings. When using a manual server configuration please include it here if you believe it's applicable.