Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/eslint-plugin/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down