Kind bookmarks
This is a really cool thing, and I've got it up and running at https://www-mentions.jvt.me/
I've been reading this over the last few days wondering how I can get it working with my work Mac + Zoom, or if I use a pared down version
A good read - I've found that too many PRs then ends up difficult as you're constantly rebasing them to remove the constant merge commits, so am happy with a larger PR with lots of atomic commits that allow reviewing them in isolation
I think the general rule of thumb is "try not to support anything other than the latest version in Production and the latest development version, and even then reduce the time that there are two versions as much as possible" but with things like user-managed software, or where your path to production is slower, it can be difficult to say that.