diff --git a/packages/eslint-plugin/CONTRIBUTING.md b/packages/eslint-plugin/CONTRIBUTING.md index 7860caa..3817c79 100644 --- a/packages/eslint-plugin/CONTRIBUTING.md +++ b/packages/eslint-plugin/CONTRIBUTING.md @@ -13,6 +13,10 @@ If you feel that a rule could be useful to all react-native new projects, you ca - Fill the template with any relevant information about the rule (why it is needed, how it works, shareable configs to add it to, etc.) - Submit the issue and share it with the community +#### Get the rule approved + +- At the next Café Tech, we discuss with other tech leads whether we sould approuve the rule or not. Owner: @Cyril + #### After the discussion, if the rule is approved, you can create a PR to add the rule to the plugin: - Create a new branch from `main` with the name `feat/plugin-rule-name`