Thanks for contributing to SVG circle progress generator! We're quite open to new feature requests, or any work you want to do.
Please note we have a code of conduct, please follow it in all your interactions with the project.
When creating issues please follow the according template structure:
The codebase is maintained using the "contributor workflow" where everyone without exception contributes patch proposals using "pull requests". This facilitates social contribution, easy testing and peer review.
To contribute a patch, the workflow is as follows:
- Fork repository
- Create topic branch
- Commit patches
If you send a pull request, please do it against the main
branch.
To set up a local dev environment following steps are required:
- Fork this repository
- Clone:
git clone [email protected]:[YOUR_USERNAME]/svg-circle-progress-generator.git
yarn install
ornpm install
- Watch:
yarn start
or
npm start
- Open http://localhost:1234/ in your browser. Find out more at parceljs.org.