From 6b95a5e2e99889d9352c52b214ebd3784c241916 Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:09:52 -0400 Subject: [PATCH] Add notes for contributing to the Ruby LSP Rails add-on --- jekyll/contributing.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jekyll/contributing.markdown b/jekyll/contributing.markdown index 88418fa32..43f2eaf04 100644 --- a/jekyll/contributing.markdown +++ b/jekyll/contributing.markdown @@ -242,3 +242,7 @@ After that, follow these steps to make and verify your changes: bundle exec jekyll serve ``` 3. Verify your changes locally by visiting [http://localhost:4000/ruby-lsp](http://localhost:4000/ruby-lsp) + +## Contributing to the Ruby LSP Rails add-on + +See [https://github.com/Shopify/ruby-lsp-rails/blob/main/CONTRIBUTING.md](https://github.com/Shopify/ruby-lsp-rails/blob/main/CONTRIBUTING.md)