From ae9ee9753a93fa0ff05b75a89de8735a0630799c Mon Sep 17 00:00:00 2001 From: Kaan Ozkan Date: Fri, 12 Apr 2024 11:38:22 -0400 Subject: [PATCH] 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).