This interview with Simon Willison is great.
It pushed1 me into using GitHub Issues for my private repositories. They’re wonderful. (In the past, I’ve been just tracking everything in Markdown documents. That worked, but was just OK.)
As an example, I have a private GitHub repo with notes and documents for a private network I maintain (as a volunteer). It’s very ad-hoc and I sometimes go months between without working on it.
Issues have been a wonderful way to track the various tasks I need to do as part of this role. They keep everything organized in a self-contained space, time-stamp my notes, and are easily filterable.
I know I’m late to this party. You may wonder how I’ve been a paying customer of GitHub for 10 years without using Issues. That’s because the overwhelming majority of my software development is done on non-GitHub repos hosted internally to my company. ↩︎