Skip to content

Commit 62f0b7f

Browse files
committed
update issue template
1 parent 97f0261 commit 62f0b7f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,41 @@ about: Create a report to help us improve
44
title: ''
55
labels: ''
66
assignees: ''
7-
87
---
98

109
**Describe the bug**
10+
1111
A clear and concise description of what the bug is.
1212

1313
**To Reproduce**
14+
1415
Steps to reproduce the behavior:
1516
1. Go to '...'
1617
2. Click on '....'
1718
3. Scroll down to '....'
1819
4. See error
1920

2021
**Expected behavior**
22+
2123
A clear and concise description of what you expected to happen.
2224

2325
**Screenshots**
26+
2427
If applicable, add screenshots to help explain your problem.
2528

29+
**Logs**
30+
31+
Check https://lsp.sublimetext.io/troubleshooting/#self-help-instructions on how to provide additional logs.
32+
2633
**Environment (please complete the following information):**
34+
2735
- OS: [e.g. Ubuntu 20.04 or macOS 10.15]
2836
- Sublime Text version: [e.g. 4085]
2937
- LSP version: [e.g. 1.0.12, run `Package Control: List Packages` to find the version]
3038
- Language servers used: [e.g. clangd, gopls, dart, Vetur, intelephense, HIE]
3139

3240
**Additional context**
41+
3342
Add any other context about the problem here. For example, whether you're using a helper
3443
package or your manual server configuration in LSP.sublime-settings. When using
3544
a manual server configuration please include it here if you believe it's applicable.

0 commit comments

Comments
 (0)