From 95c3ba38213d83f27e23b48c6fbb57d43f7acc98 Mon Sep 17 00:00:00 2001 From: Manh Cao Date: Fri, 4 Oct 2024 15:07:40 +0700 Subject: [PATCH] add pr template --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 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 0000000..ebe4c14 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +**PR Checklist** + +- [] Protocol name must be **kebab-case**. +- [] All fields are correctly filled. +- [] The icon must be a **png** image. Size limit for logo is **20KB**. +- [] Integration asset addresses must be **correct** according to their types (PT token address for PT integrations, LP token address for LP integration, etc). +- [] The integration URL is valid and points to the appropriate page. +- [] Do not change the global config.json file. This file will be automatically generated. \ No newline at end of file