Skip to content

Commit

Permalink
Update pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi authored Mar 11, 2024
1 parent af2f5d0 commit a09b443
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ Please review the following token assets:
## 📑 Description
<!-- Some basic information about the token you want to add -->
- Token Name: ...
- Project Website: https://...
- Project Website: https://... <!-- ⚠️ Your website MUST contain of the token address or the PR will be rejected -->
- Explorer URI: https://...


---

## ✅ Checks
<!-- Make sure your pr passes the CI checks and do check the following fields as needed - -->
- [ ] I created a new folder with the token address, all in lowercase
- [ ] I created a new folder with the token address, **all in lowercase**
- [ ] I added the token's logo as a `32x32` PNG file, named `logo-32.png`
- [ ] I added the token's logo as a `128x128` PNG file, named `logo-128.png`
- [ ] I added the token's logo as a SVG file, named `logo.svg`
- [ ] All the tests have passed
- [ ] My SVG logo is a proper SVG and not some base64 stuff
- [ ] My documentation/Website clearly display the token address somewhere

0 comments on commit a09b443

Please sign in to comment.