Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.35 KB

CONTRIBUTING.md

File metadata and controls

44 lines (32 loc) · 1.35 KB

Contributing

Thanks for contributing to SVG to Code! 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.

Creating Issues

When creating issues please follow the according template structure:

Contributor Workflow

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 master branch.

Set up a local dev environment

To set up a local dev environment following steps are required:

  1. Fork this repository
  2. Clone:
git clone [email protected]:[YOUR_USERNAME]/svg-2-code.git
  1. Install parcel via https://parceljs.org/getting_started.html
  2. Watch:
yarn start

or

npm start
  1. Open http://localhost:1234/ in your browser. Find out more at parceljs.org.