From 31acb3851ead71158a99f31712ced527274dad0d Mon Sep 17 00:00:00 2001 From: rory Date: Fri, 7 Oct 2022 16:05:43 -0700 Subject: [PATCH] Remove checklist item now covered by a lint rule --- .github/PULL_REQUEST_TEMPLATE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e085ab4dae57..45abbf23822c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -67,7 +67,6 @@ This is a checklist for PR authors & reviewers. Please make sure to complete all - [ ] If a new component is created I verified that: - [ ] A similar component doesn't exist in the codebase - [ ] All props are defined accurately and each prop has a `/** comment above it */` - - [ ] Any functional components have the `displayName` property - [ ] The file is named correctly - [ ] The component has a clear name that is non-ambiguous and the purpose of the component can be inferred from the name alone - [ ] The only data being stored in the state is data necessary for rendering and nothing else @@ -120,7 +119,6 @@ The reviewer will copy/paste it into a new comment and complete it after the aut - [ ] If a new component is created I verified that: - [ ] A similar component doesn't exist in the codebase - [ ] All props are defined accurately and each prop has a `/** comment above it */` - - [ ] Any functional components have the `displayName` property - [ ] The file is named correctly - [ ] The component has a clear name that is non-ambiguous and the purpose of the component can be inferred from the name alone - [ ] The only data being stored in the state is data necessary for rendering and nothing else