Skip to content

Commit

Permalink
[misc] add pr template (#60)
Browse files Browse the repository at this point in the history
* add pr template

* format pull request template

* refer to README

---------

Co-authored-by: Manh Cao <[email protected]>
  • Loading branch information
manh-pendle and Manh Cao authored Oct 4, 2024
1 parent 930b9c9 commit 112ac39
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
**PR Checklist**

- [] My protocol folder name must be **kebab-case**.
- [] I have set all necessary fields like the example in [README file](../README.md).
- [] My protocol's icon is a **png** image and smaller than **20KB**.
- [] I have set asset addresses correctly according to their types (PT token address for PT integrations, LP token address for LP integration, etc).
- [] I have set the integration URL valid and it points to the appropriate page.
- [] I did not change the global config.json file. This file will be automatically generated.

0 comments on commit 112ac39

Please sign in to comment.