Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 793 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 793 Bytes

Contributing

Set Up Local Environment

  1. Clone the repository & cd into it.
  2. Run npm install.
  3. To spin up locally with hot reloading, execute npm run serve.
  4. When you're ready to compile for production, run npm run build.

Feature Requests / Bug Reports

If you have a feature request or bug you've noticed, please make an issue on Github, and assign the appropriate label.

Make Pull Request

To make a pull request, please follow these steps.

  1. Make a descriptive issue.
  2. Fork the repository.
  3. Create a new branch with a brief, descriptive name.
  4. Make a pull request to the master branch and note in the PR description that it closes the issue you previously created.

THANK YOU!

... for contributing!