Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PR template for adding tokens to the reqistry #44

Merged
merged 2 commits into from
Feb 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Pull Request Template

## Description

Please provide a brief description of the changes you are making in this PR.

## Author's Checklist ✅

- [ ] **Choose the correct environment folder** (devnet/mainnet/testnet)
- [ ] **Verified JSON structure** (Check example: [Token Registry Examples](https://github.com/CoreumFoundation/token-registry?tab=readme-ov-file#examples))

### **Token Bridging**
- [ ] If you want this token to be **bridgable to XRPL**, tick this flag.

## Important Notes

Once this PR is merged, your asset will automatically become visible on the respective explorer page:

- **Devnet**: [Explorer](https://explorer.devnet-1.coreum.dev/coreum)
- **Testnet**: [Explorer](https://explorer.testnet-1.coreum.dev/coreum)
- **Mainnet**: [Explorer](https://explorer.coreum.com/coreum)

If you selected Token Bridging your asset will be added to Coreum XRPL Bridge smart contract.
After that is done it will become available for bridging on [Sologenic](https://sologenic.org/bridge/coreum-bridge) or [Pulsara](https://dax.pulsara.io/bridge)


Thank you for contributing to the Coreum Token Registry! 🚀