Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (16 loc) · 1.78 KB

CONTRIBUTING.md

File metadata and controls

30 lines (16 loc) · 1.78 KB

How to Contribute

There are many ways to contribute to this project.

Submit an issue

If there you encounter any problems, would like to request a new feature, or have an idea to make this project even better, please submit an issue. Be as specific as you can about your issue so it can be addressed as best as possible.

Contributing Code

If you're interested in getting involved in the project and contributing with your skills, we would love your help! The best way to get started is to look at the existing issues in this repository and search for issues that are tagged help wanted or beginner friendly. We'll do our best to tag issues often so you know what to look for. If you don't see any issues with the tags mentioned above, don't worry all issues are open and you may tackle any that you find interesting to you.

Before you start working on an issue, please comment the issue with your intent to work on it as well as an abstract of how you'd like to solve it.

Development Setup

To set up your Google Chrome browser to test this extension you need to:

  1. Clone this repository.

  2. Install NPM packages

  3. Start development build process by entering npm start in your terminal.

  4. Turn on Developer mode by going to Window > Extensions to open your Extensions Panel. Then check Developer mode on the upper right.

  5. In the Extensions Panel, click Load unpacked extension..., then navigate to and select the spongy folder that you just cloned.

  6. The Spongy extension will appear in your panel as well as an extension button on the right of your address bar.

  7. You can now start making changes to the code and just refresh any (non-Google) page to see latest changes.