Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

21 lines (17 loc) · 1.03 KB

If you want to give me some feedback or make a suggestion, create an issue on GitHub.

If you want to experiment with the code and maybe even send a pull request, here's how to start working on the extension:

  1. Clone the repository anywhere on your disk;
  2. Run npm install;
  3. Run gulp to build the extension and watch for changes. If you do not have gulp, consider installing it or run node_modules/.bin/gulp;
  4. Open your Chrome to the extension settings page;
  5. Enable the developer mode checkbox;
  6. Use Load unpacked extension button and choose the newly cloned directory;
  7. Temporarily disable the real extension to avoid conflicts.
  8. After any edit to the extension files it is a good idea to reload the Chrome extensions page to reload the extension.

Before you start doing really big changes, it is advisable to open an issue to discuss it up front in case to avoid doing work that I will be hesitant to merge in for whatever reason.

Thank you!