diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000000..e0e85d5b65cf --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +## Summary +- [ ] Adds/updates chain metadata OR docs +- [ ] Passes local checks (`./gradlew run`, `npx prettier --write _data/*/*.json`) + +## Checklist +- [ ] `shortName` and `name` are unique +- [ ] Icons (if used) have IPFS JSON in `_data/icons/` (< 250 KB) +- [ ] Parent chain (if any) already exists +- [ ] CI is green