From ae9ee9753a93fa0ff05b75a89de8735a0630799c Mon Sep 17 00:00:00 2001 From: Kaan Ozkan Date: Fri, 12 Apr 2024 11:38:22 -0400 Subject: [PATCH 1/2] Specify DSL compiler contributions in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 631b0e9ef..45343de20 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Tapioca makes it easy to work with [Sorbet](https://sorbet.org) in your codebase * [RBI files for missing constants and methods](#rbi-files-for-missing-constants-and-methods) * [Configuration](#configuration) * [Contributing](#contributing) + * [DSL compilers](#dsl-compilers) * [License](#license) @@ -973,6 +974,10 @@ annotations: Bug reports and pull requests are welcome on GitHub at https://github.com/Shopify/tapioca. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://github.com/Shopify/tapioca/blob/main/CODE_OF_CONDUCT.md) code of conduct. +### DSL compilers + +Contributions to existing DSL compilers are welcome. However, new compilers that support DSLs for gems should live outside of Tapioca. Please refer to [writing custom dsl compilers](https://github.com/Shopify/tapioca?tab=readme-ov-file#writing-custom-dsl-compilers) for more information. + ## License The gem is available as open source under the terms of the [MIT License](https://github.com/Shopify/tapioca/blob/main/LICENSE.txt). From 1daf684f283fb6e587e33567022d47c40752f6a5 Mon Sep 17 00:00:00 2001 From: Kaan Ozkan Date: Fri, 12 Apr 2024 13:11:47 -0400 Subject: [PATCH 2/2] Specify rails Co-authored-by: Alexandre Terrasa <583144+Morriar@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45343de20..99529ea13 100644 --- a/README.md +++ b/README.md @@ -976,7 +976,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/Shopif ### DSL compilers -Contributions to existing DSL compilers are welcome. However, new compilers that support DSLs for gems should live outside of Tapioca. Please refer to [writing custom dsl compilers](https://github.com/Shopify/tapioca?tab=readme-ov-file#writing-custom-dsl-compilers) for more information. +Contributions to existing DSL compilers are welcome. However, new compilers that support DSLs for gems other than Rails should live outside of Tapioca. Please refer to [writing custom dsl compilers](https://github.com/Shopify/tapioca?tab=readme-ov-file#writing-custom-dsl-compilers) for more information. ## License