From 05bc9463c6965b5ff759910803e3878d10971623 Mon Sep 17 00:00:00 2001 From: unclebill Date: Thu, 10 Feb 2022 11:35:46 +0800 Subject: [PATCH] chore: add pull request template link to guide to verify a token --- .github/workflows/pull_request_template.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/workflows/pull_request_template.md diff --git a/.github/workflows/pull_request_template.md b/.github/workflows/pull_request_template.md new file mode 100644 index 0000000..238dee2 --- /dev/null +++ b/.github/workflows/pull_request_template.md @@ -0,0 +1,3 @@ +Hi, thanks for your contribution. + +To make sure the tokens you are adding are verified, please checkout [how-to-verify-a-token](https://github.com/DimensionDev/Mask-Token-List/wiki#how-to-verify-a-token) on the wiki page.