Evening, I'm going to be spending my spare time tonight working on my website.

#BuildInPublic

I spent a considerable amount of my time last night planning what's left in order to get this webiste out of the door.

Turns out its about 70hours, which at a burn rate of ~2 hours a night means I won't be done this month 

Progress has been made.

My estimates were a bit liberal on the completed items. They actually took far less time than I thought.

@carbontwelve Curious what your branching strategy is with these tasks, if you are the only contributor on the repo.

@conr I have a release/2024 for the next release I’m working on, I branch from that into feature/{issue#}-{description} branches that get a PR raised for merging back into release/2024.

I do it this way because my issues will sometimes have screenshots of the problem and some description of what needs to be done and then my PRs document sometimes with screenshots what has been done. I’ll often reference issues in todo items and git commits so I remember what’s, what.

@carbontwelve Two levels, I love it.