From 8cecebb8eade8dbb2ea3c240ead2b6893c3e2900 Mon Sep 17 00:00:00 2001 From: wbnns Date: Sat, 27 Apr 2024 15:22:12 +0000 Subject: [PATCH] docs(pr-template): Drop token questionnaire from template (#467) We haven't seen any pull requests adding tokens directly to the bridge for many weeks so I was thinking we can drop this since it is not relevant for most contributors --- .github/PULL_REQUEST_TEMPLATE.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 093ea3c..d160ffb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,13 +3,3 @@ **Notes to reviewers** **How has it been tested?** - -**Does this PR add a new token to the bridge?** - -Are you adding an entry to [`assets.ts`](../apps/bridge/assets.ts)? - -- [ ] No, this PR does not add a new token to the bridge -- [ ] Yes, and I've confirmed this token doesn't use a bridge override -- [ ] Yes, and I've confirmed this token is an OptimismMintableERC20 - -If you are adding a token to the bridge, please include evidence of both confirmations above for your reviewers.