cburgmer / csscritic

Lightweight CSS regression testing
http://cburgmer.github.io/csscritic
486 stars 19 forks source link

Show a hint on how to deal with changes from other developers #60

Open cburgmer opened 9 years ago

cburgmer commented 9 years ago

When sharing CSSCritic with other developers the amount of changes coming in can be quite an amount to track.

The major point about this is that changes from other developers does not need tracking as long as everybody makes sure to check in working code only.

If working with a versioning system changes can be quickly accepted by loading from a clean checkout and then hitting "accept all". Only then should own changes be brought in for checking.

A hint might help users through that hurdle.