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