bitcrowd / tickety-tick

A browser extension that helps you name branches and write better commit messages
MIT License
57 stars 10 forks source link

Add debugging hints to README #228

Closed pmeinhardt closed 4 years ago

pmeinhardt commented 4 years ago

This page contains a couple of hints around debugging an extension (and more): https://extensionworkshop.com/documentation/develop/debugging/

Could be useful to add this to the "Development" section in our README.

klappradla commented 4 years ago

Oh my god, this is pure gold @pmeinhardt 🕵️

It's probably best if we simply link to the page itself rather than picking out individual topics and explaining them again ourselves - a) from a standpoint of maintainability and b) since we can hardly estimate what tools people are looking for as this highly depends on the area of the extension one is working on.