Skip to content

Commit

Permalink
Add note to PR template (#2922)
Browse files Browse the repository at this point in the history
* Add note to PR template

* Copy note to Contributing doc
  • Loading branch information
andyw8 authored Nov 27, 2024
1 parent a6842f1 commit ad78275
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
NOTE: If you plan to invest significant effort into a large pull request with multiple decisions that may impact the long term maintenance of the Ruby LSP, please open a [discussion](https://github.com/Shopify/ruby-lsp/discussions/new/choose) first to align on the direction.
-->

### Motivation

<!-- Closes # -->
Expand Down
3 changes: 3 additions & 0 deletions jekyll/contributing.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ nav_order: 50

# Contributing

{: .note }
> If you plan to invest significant effort into a large pull request with multiple decisions that may impact the long term maintenance of the Ruby LSP, please open a [discussion](https://github.com/Shopify/ruby-lsp/discussions/new/choose) first to align on the direction.
The [ruby-lsp repository](https://github.com/Shopify/ruby-lsp) contains three sub-projects:

- the **language server** (`ruby-lsp`), which exists at the top level of the repository. Most features are implemented here since everything implemented in the server is available to all editors
Expand Down

0 comments on commit ad78275

Please sign in to comment.