Skip to content

Commit 53cbea6

Browse files
authored
Fix command capitalization consistency (#2990)
1 parent 32d8431 commit 53cbea6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_template_vscode.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body:
2121
2222
### When submitting
2323
24-
Please run the `Collect Ruby LSP Information for Issue Reporting` command through VS Code's command
24+
Please run the `Collect Ruby LSP information for issue reporting` command through VS Code's command
2525
palette and paste the result below.
2626
2727
- type: textarea
@@ -31,7 +31,7 @@ body:
3131
value: |
3232
### Ruby LSP Information
3333
34-
<!-- Please run `Collect Ruby LSP Information for Issue Reporting` from VS Code's command palette and paste the result here -->
34+
<!-- Please run `Collect Ruby LSP information for issue reporting` from VS Code's command palette and paste the result here -->
3535
3636
### Reproduction steps
3737

vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
},
152152
{
153153
"command": "rubyLsp.collectRubyLspInfo",
154-
"title": "Collect Ruby LSP Information for Issue Reporting",
154+
"title": "Collect Ruby LSP information for issue reporting",
155155
"category": "Ruby LSP"
156156
}
157157
],

0 commit comments

Comments
 (0)