Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 688 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (20 loc) · 688 Bytes

CONTRIBUTING

Contributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests.

Process

  1. Fork the project
  2. Create a new branch
  3. Code, lint, commit and push
  4. Open a pull request detailing your changes.

Guidelines

  • Send a coherent commit history, making sure each individual commit in your pull request is meaningful.
  • You may need to rebase to avoid merge conflicts.

Setup

  • Clone your fork
  • Install dependencies:
    yarn
  • Press F5 to compile and run the extension.

Documentation

Make sure to document your changes.