You're welcome to contribute to this repository directly by creating a PR.
To do so, please follow the steps:
- Clone the repository
git clone [email protected]:celo-org/celo-token-list.git
- Install the dependencies
npm install
-
Make changes...
-
(optional) Run validation check
npm run test
- Commit and push your changes
git checkout -b "<your-branch-name>"
git commit -m "<your-commit-message>"
git push origin <your-branch-name>
- Raise a PR using GitHub UI
Thanks!