Skip to content

Commit 5e558c1

Browse files
author
Andy Waite
authored
Update links for reporting issues (#2956)
1 parent 84638f6 commit 5e558c1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

jekyll/composed-bundle.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ the `ruby-lsp` language server gem to ensure fast distribution of bug fixes and
4040
{: .note }
4141
Setting up the composed bundle requires several integrations with Bundler and there are many edge cases to consider,
4242
like how to handle configurations or installing private dependencies. If you encounter a problem with the composed
43-
bundle setup, please let us know by [reporting an issue](https://github.com/Shopify/ruby-lsp/issues/new).
43+
bundle setup, please let us know by [reporting an issue](https://github.com/Shopify/ruby-lsp/issues/new/choose).

jekyll/index.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ Finding a general solution to this problem is not trivial due to the number of d
507507
systems, shells, plugins and version managers. On top of those, people configure their shell environments differently.
508508
For example, some users may source their version managers in `~/.zshrc` while others will do it in `~/.zshenv` or `~/.zprofile`.<br><br>
509509
If experiencing issues, keep in mind that shell configurations could be interfering, check
510-
[troubleshooting](troubleshooting) and, if none of the listed solutions work, please [report an issue](https://github.com/Shopify/ruby-lsp/issues/new).
510+
[troubleshooting](troubleshooting) and, if none of the listed solutions work, please [report an issue](https://github.com/Shopify/ruby-lsp/issues/new/choose).
511511

512512
### Test explorer
513513

@@ -525,7 +525,7 @@ requirements
525525
## Experimental Features
526526

527527
Ruby LSP also provides experimental features that are not enabled by default. If you have feedback about these features,
528-
you can let us know in the [DX Slack](https://join.slack.com/t/ruby-dx/shared_invite/zt-2c8zjlir6-uUDJl8oIwcen_FS_aA~b6Q) or by [creating an issue](https://github.com/Shopify/ruby-lsp/issues/new).
528+
you can let us know in the [DX Slack](https://join.slack.com/t/ruby-dx/shared_invite/zt-2c8zjlir6-uUDJl8oIwcen_FS_aA~b6Q) or by [creating an issue](https://github.com/Shopify/ruby-lsp/issues/new/choose).
529529

530530
### Ancestors Hierarchy Request
531531

jekyll/troubleshooting.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ requests, which means the dialogue will never go away.
116116

117117
This is always the result of a bug in the server. It should always fail gracefully without getting into a corrupt state
118118
that prevents it from responding to new requests coming from the editor. If you encounter this, please submit a bug
119-
report [here](https://github.com/Shopify/ruby-lsp/issues/new?labels=bug&template=bug_template.yml) including the
119+
report [here](https://github.com/Shopify/ruby-lsp/issues/new/choose) including the
120120
steps that led to the server getting stuck.
121121

122122
### Missing Features
@@ -185,7 +185,7 @@ Does the server status say it's running? If it is running, but you are missing c
185185
[features documentation](https://shopify.github.io/ruby-lsp/#general-features) to ensure we already added support for it.
186186

187187
If the feature is listed as fully supported, but not working for you, report [an
188-
issue](https://github.com/Shopify/ruby-lsp/issues/new?labels=bug&projects=&template=bug_template.yml) so that we can
188+
issue](https://github.com/Shopify/ruby-lsp/issues/new/choose) so that we can
189189
assist.
190190

191191
### Check the VS Code output tab
@@ -245,5 +245,5 @@ In the meantime, you can [configure Ruby LSP to ignore a particular gem or file
245245
## After troubleshooting
246246

247247
If after troubleshooting the Ruby LSP is still not initializing properly, please report an issue
248-
[here](https://github.com/Shopify/ruby-lsp/issues/new?labels=bug&template=bug_template.yml) so that we can assist
248+
[here](https://github.com/Shopify/ruby-lsp/issues/new/choose) so that we can assist
249249
in fixing the problem. Remember to include the steps taken when trying to diagnose the issue.

0 commit comments

Comments
 (0)