One minor nit about the projects use of autoconf / automake. Projects should please check the generated files into git. Sure, they're auto-generated. But 90% of the time when they're not in git, I discover that I have a different version of autoconf, and I can't even build "configure" in order to build the project. The cost of a few more bytes in git is more than outweighed by the benefits of allowing people to use y…
However, they should be in the stable release tarball.