Skip to content

Commit f54b143

Browse files
authored
Merge pull request #1713 from ahoppen/update-issue-template
Update issue template to assume that users have installed Swift 6
2 parents e0fba27 + f7cc4d8 commit f54b143

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,6 @@ body:
2020
label: Editor
2121
description: Which text editor are you using (and LSP extension/plugin if applicable)?
2222
placeholder: Eg. Visual Studio Code with Swift extension 1.9.0, Neovim
23-
- type: dropdown
24-
id: reproduces-with-swift-6
25-
attributes:
26-
label: Does the issue reproduce with Swift 6?
27-
description: |
28-
Does the issue also reproduce using a [recent Swift 6 Development Snapshot](https://www.swift.org/download/#swift-60-development)?
29-
30-
We have made significant changes to SourceKit-LSP in Swift 6 and the issue might have already been fixed. If you didn’t try, that is fine.
31-
options:
32-
- "Yes"
33-
- "No"
34-
- I didn’t try
3523
- type: textarea
3624
id: description
3725
attributes:
@@ -49,5 +37,5 @@ body:
4937
attributes:
5038
label: Logging
5139
description: |
52-
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.
40+
Run `sourcekit-lsp diagnose` in terminal and attach the generated bundle to help us diagnose the issue.
5341
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)