Skip to content

Fix PR comments to bug report issue template #1247

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ body:
id: editor
attributes:
label: Editor
description: Which text editor are you using?
placeholder: Eg. Visual Studio Code with Swift plugin 1.9.0, neovim
description: Which text editor are you using (and LSP extension/plugin if applicable)?
placeholder: Eg. Visual Studio Code with Swift extension 1.9.0, Neovim
- type: dropdown
id: reproduces-with-swift-6
attributes:
Expand Down Expand Up @@ -50,4 +50,4 @@ body:
label: Logging
description: |
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.
The generated bundle might contain portions of your source code, so please only attach it if you feel comfortable sharing it.
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.