From 1aea3beb5242b47176eb9a7f6232d1d04ba4b717 Mon Sep 17 00:00:00 2001 From: Charlotte Isambert Date: Wed, 4 Oct 2023 16:43:47 +0200 Subject: [PATCH 1/2] update rfc approuve flow --- packages/eslint-plugin/CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/eslint-plugin/CONTRIBUTING.md b/packages/eslint-plugin/CONTRIBUTING.md index 7860caa..abd7941 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 approuved + +- 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` From 13b54e1298cc29542d6b6da6bce1f9a0e8138b09 Mon Sep 17 00:00:00 2001 From: Matthieu Gicquel Date: Tue, 2 Jan 2024 10:43:59 +0100 Subject: [PATCH 2/2] fix typo --- packages/eslint-plugin/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-plugin/CONTRIBUTING.md b/packages/eslint-plugin/CONTRIBUTING.md index abd7941..3817c79 100644 --- a/packages/eslint-plugin/CONTRIBUTING.md +++ b/packages/eslint-plugin/CONTRIBUTING.md @@ -13,7 +13,7 @@ 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 approuved +#### 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