Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

40 lines (26 loc) · 1.07 KB

Contributing to vue-shopify-draggable

Thank you for contributing to vue-shopify-draggable 🎉 Any contributions to draggable are appreciated and encouraged.

Table of contents

  1. How to contribute
    1. Creating issues
    2. Opening pull requests
  2. How to run locally

How to contribute

Creating issues

Before submitting issues, please have a quick look if there is an existing open issue here: Issues. If no related issue can be found, please open a new issue with labels: bug, documentation, enhancement or question.

Opening pull requests

Pull requests are more than welcome! Just make sure that to include a description of the problem and how you are attempting to fix the issue.

How to run locally

Here some steps to run vue-shopify-draggable locally:

via yarn

$ cd vue-shopify-draggable
$ yarn install
$ yarn dev

via npm

$ cd vue-shopify-draggable
$ npm install
$ npm run dev