Issue/Bug tracking system:

	InvertedLogic's Bug Database

	Bug tracking system automatically cross-links to the repository.
	When checking in and fixing a bug, reference the bug number in the commit log
	and the bug tracker will detect this. Use "Fixed #1234 and any other text",
	where 1234 is the bug number and when you have fixed the bug.

Agile Tip:

	Always fix bugs before writing new code.

Joel's Test:

	Do you have a bug database?                   Yes
	Do you fix bugs before writing new code?      Yes