diff --git a/maintainer_checklist.md b/maintainer_checklist.md index de3ead61..2dbcca73 100644 --- a/maintainer_checklist.md +++ b/maintainer_checklist.md @@ -6,3 +6,5 @@ If the PR contains icons: * check if the size of the icons you got match the size given in the PR Check if a PR does not remove a chain - chains cannot be re-moved - only deprecated (to protect from replay attacks) Check if a PR does not assign a chainID to a newer chain (something like https://github.com/ethereum-lists/chains/pull/1750) + +If anyone has ideas on how to automate these things in CI - PRs welcome!