Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1009 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 1009 Bytes

Contributing guidelines

New contributors are more than welcome! You can contribute in many ways:

Creating an Issue

Feel free to open an issue in case you want to report a bug, suggest a new feature, or just ask a question.

Creating a Pull Request

Get your development environment ready:

  1. Fork this repository
  2. Clone your forked repo locally
  3. Run npm install

Build and install the extension

  1. Run npm run build (or npm run watch for live reload)
  2. First time only - Install the extension
    1. Open the chrome://extensions/ page
    2. Toggle Developers Mode on the right
    3. Click Load Unpacked Extension
    4. Select the /build folder
    5. Click the Enable button next to the extension you just installed

Note: Make sure to disable the extension installed from the store while testing the development build to avoid conflicts!

Spread the word

Tell your friends or colleagues about this extension, more users also mean more contributions :)