How to Contribute - adam-lynch/purify GitHub Wiki

This extension is developed in JavaScript, HTML and LESS. Unless you have a really good reason for it, please do not submit any code based on third party JavaScript libraries or frameworks; plain old JavaScript is preferred.

Try to keep code clean and commented.

Test-driven development

All new code should be sufficiently covered with unit tests.

But what can I do?

The extension is very alpha. Current tasks and future work can be found on the Trello board. Feel free to sign up, add a task or assign yourself a task to work on.

Loading the extension

Keep in mind the extension or the chrome.crx file is not updated when the code has changed, and that you must always pack the extension before committing any code

See Loading & Packing for help.