Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 3.03 KB

CONTRIBUTING.md

File metadata and controls

43 lines (33 loc) · 3.03 KB

Contributing

First off, thanks for taking the time to contribute! 🎉 👍

Developer Guide

Quick Start

To build and run the extension follow these steps.

  1. Clone the repository.
  2. Make sure Yarn is installed.
  3. Run yarn install to setup the project and install all required dependencies.
  4. Build and load the extension:

Pull Request Guidelines

  • Please check to make sure that there aren't existing pull requests attempting to address the issue mentioned. We also recommend checking for issues related to the issue on the tracker, as a team member may be working on the issue in a branch or fork.
  • Non-trivial changes should be discussed in an issue first
  • Develop in a topic branch, not master
  • Lint the code by npm run lint
  • Add relevant tests to cover the change
  • Make sure test-suite passes: npm test
  • Squash your commits
  • Write a convincing description of your PR and why we should land it

Release Checklist