Skip to content
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

Rewrite contributing #2614

Merged
merged 2 commits into from
Sep 25, 2024
Merged

Rewrite contributing #2614

merged 2 commits into from
Sep 25, 2024

Conversation

vinistock
Copy link
Member

Motivation

Closes #2258

We strive to make the Ruby LSP friendly to new contributors, but our contributing document was lacking a lot of detail and had some outdated information.

I rewrote the entire thing splitting it up by whether you're contributing to the server, VS Code extension or documentation. In each section, I tried to explain the project structure, how to make changes, how to verify them, how to debug and I added links to useful external documentation like the LSP spec and the VS Code extension API.

@vinistock vinistock added the documentation Improvements or additions to documentation label Sep 24, 2024
@vinistock vinistock self-assigned this Sep 24, 2024
@vinistock vinistock requested a review from a team as a code owner September 24, 2024 15:36
@vinistock vinistock requested review from andyw8 and st0012 September 24, 2024 15:36
@vinistock vinistock force-pushed the vs-contributing-rewrite branch from f484b6e to becf745 Compare September 24, 2024 17:42
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
Co-authored-by: Dirceu Pereira Tiegs <[email protected]>
@vinistock vinistock requested a review from dirceu September 25, 2024 14:02
@vinistock vinistock merged commit b8d3954 into main Sep 25, 2024
36 checks passed
@vinistock vinistock deleted the vs-contributing-rewrite branch September 25, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve CONTRIBUTING.md for the vscode extension
2 participants