Hi, As discussed at [1], I've occasionally wanted to have a place to keep track of bugs I'm working on in Git. Some kind people on the Chromium project helped me set an issue tracker up, so now we have one. https://crbug.com/git Feel free to file bugs, feature requests, and leftover bits there. I'll be happy to triage them to keep the list of bugs meaningful. Anyone else wanting to help with bug management can feel free to contact me and I'll grant you permissions to edit issues. This particular implementation of an issue tracker is Monorail <https://chromium.googlesource.com/infra/infra/+/master/appengine/monorail>. It is similar to the issue tracker that used to run at code.google.com. If you find things you don't like about the way it works, they accept patches. :) It accepts replies to the emails it sends. This uses Google accounts to authenticate people filing a bug. If you would like a Google account for your existing email address, you can get one at https://accounts.google.com/SignUpWithoutGmail. There is an API for programmatic access to the issue tracker: [2]. One thing I would appreciate help with is using that API to make regular backups. The chromium project has their own backups using database dumps but I would be happier if multiple people are making backups independently. This is an experiment --- I don't know whether it will stick. The configuration will likely change as we get experience with it. I expect to be using it to track my own work for the forseeable future. I'd be happy if it is useful to others as well. Thanks, Jonathan [1] https://public-inbox.org/git/20170919160753.GA75068@xxxxxxxxxxxxxxxxxxxxxxxxx/ https://public-inbox.org/git/vpqiovpubmh.fsf@xxxxxxxxxxxx/ https://public-inbox.org/git/7vhay9tqs6.fsf@xxxxxxxxxxxxxxxxxxxxxxxx/ https://public-inbox.org/git/7vehzjugdz.fsf@xxxxxxxxxxxxxxxxxxxxxxxx/ https://public-inbox.org/git/4A1FB1DE.3070904@xxxxxx/ [2] https://chromium.googlesource.com/infra/infra/+/master/appengine/monorail/doc/api.md