README.md in tapioca-0.13.1 vs README.md in tapioca-0.13.2

- old
+ new

@@ -50,10 +50,11 @@ * [Writing custom DSL compilers](#writing-custom-dsl-compilers) * [Writing custom DSL extensions](#writing-custom-dsl-extensions) * [RBI files for missing constants and methods](#rbi-files-for-missing-constants-and-methods) * [Configuration](#configuration) * [Contributing](#contributing) + * [DSL compilers](#dsl-compilers) * [License](#license) <!-- END_TOC --> ## Installation @@ -970,9 +971,13 @@ <!-- END_CONFIG_TEMPLATE --> ## Contributing 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 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 The gem is available as open source under the terms of the [MIT License](https://github.com/Shopify/tapioca/blob/main/LICENSE.txt).