Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 550 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (24 loc) · 550 Bytes

Contributing

You're welcome to contribute to this repository directly by creating a PR.

To do so, please follow the steps:

  1. Clone the repository
git clone git@github.com:celo-org/celo-token-list.git
  1. Install the dependencies
npm install
  1. Make changes...

  2. (optional) Run validation check

npm run test
  1. Commit and push your changes
git checkout -b "<your-branch-name>"
git commit -m "<your-commit-message>"
git push origin <your-branch-name>
  1. Raise a PR using GitHub UI

Thanks!