Recently I downloaded BugTracker.NET, an excellent ASP.NET/C#/Sql Server open-source bug tracker developed by Corey Trager. Set up was very simple - just read the README file!
I really like how flexible BugTracker.NET is. Below are 5 of the simple changes I made, to make the product better suit my needs.
1. Set a different background color for "Closed" Bugs"Closed" bugs are marked with status 5 (by default). You can enhance the built in background colors on "bugs.aspx" by checking for status 5 and setting a different background color in queries.
First go to the "queries" page, and select edit on one of the...