mirror of
https://github.com/kevinsqi/react-circular-progressbar.git
synced 2025-12-08 20:25:50 +00:00
679 B
679 B
Contributing
Thanks for your interest in helping out! If you'd like to make a change to react-circular-progressbar master, it's preferable to first validate your change by writing what you plan to do in a new Github issue.
To make your own changes:
- Fork the repo.
- Go to
/demoand view the README to see how to run the demo. - Make changes to
/srcand they'll be applied immediately to the running demo. You can use this to prototype, but you probably don't need to commit the changes to/demowhen creating a PR. - Add tests for your new changes and make sure they're passing with
yarn test.