Contributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests.
- Fork the project
- Create a new branch
- Code, lint, commit and push
- Open a pull request detailing your changes.
- 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.
- Clone your fork
- Install dependencies:
yarn
- Press
F5
to compile and run the extension.
Make sure to document your changes.