# Contributing Thanks for contributing to the PlanetScale plugin. ## Setup Clone the repository with Git submodules, or initialize them in an existing checkout: ```bash git submodule update --init --recursive ``` ## Skill changes Submit PlanetScale operating skill changes to [`planetscale/skills`](https://github.com/planetscale/skills) and database skill changes to [`planetscale/database-skills`](https://github.com/planetscale/database-skills). This repository should only update the corresponding submodule references. ## Pull requests - Keep changes focused. - Describe the change and the validation performed. - Update documentation when installation or behavior changes. - Do not include credentials, tokens, customer data, or other sensitive information.