From fe8317caad04b73eaf41eec9c91d621e919a63ff Mon Sep 17 00:00:00 2001 From: Matthew Bunday Date: Mon, 22 Jan 2024 19:48:38 -0500 Subject: [PATCH] Add checklist for token additions to the bridge (#273) * Add checklist for token additions to the bridge * Add checklist for token additions to the bridge * Update checklist language --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7de5d3a..8ba996f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,13 @@ **What changed? Why?** - **Notes to reviewers** - **How has it been tested?** + +**Does this PR add a new token to the bridge?** + +- [ ] No, this PR does not add a new token to the bridge +- [ ] I've confirmed this token doesn't use a bridge override +- [ ] I've confirmed this token is an OptimismMintableERC20 + +Please include evidence of both confirmations above for your reviewers.