Skip to content

Commit 907e35c

Browse files
authored
Merge pull request #1247 from ahoppen/issue-template
Fix PR comments to bug report issue template
2 parents cefb3df + b844dd3 commit 907e35c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ body:
1818
id: editor
1919
attributes:
2020
label: Editor
21-
description: Which text editor are you using?
22-
placeholder: Eg. Visual Studio Code with Swift plugin 1.9.0, neovim
21+
description: Which text editor are you using (and LSP extension/plugin if applicable)?
22+
placeholder: Eg. Visual Studio Code with Swift extension 1.9.0, Neovim
2323
- type: dropdown
2424
id: reproduces-with-swift-6
2525
attributes:
@@ -50,4 +50,4 @@ body:
5050
label: Logging
5151
description: |
5252
If you are using SourceKit-LSP from Swift 6, running `sourcekit-lsp diagnose` in terminal and attaching the generated bundle helps us diagnose the issue.
53-
The generated bundle might contain portions of your source code, so please only attach it if you feel comfortable sharing it.
53+
The generated bundle may contain paths to files on disk as well as portions of your source code. This greatly helps in reproducing issues, but you should only attach it if you feel comfortable doing so.

0 commit comments

Comments
 (0)