From 775ac7bbdb9b7f01733fcad656467c218d0b8539 Mon Sep 17 00:00:00 2001 From: wagmer <103462557+Anastasiia2803@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:42:15 +0200 Subject: [PATCH] Add pull request template for contributions --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/pull_request_template.md 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