Am 13.10.22 um 23:23 schrieb Heather Lapointe: > I had been using checkboxes in github, which look like `- [x]` for > ones that I have completed. They all got converted into items that > look like they needed doing via GitGitGadget. > > The only remaining one was to update documentation. I opened https://github.com/html-to-text/node-html-to-text/issues/260 to see if they are willing to support this kind of to-do lists better. > Does this mean I should create multiple PRs? Or should they just be > split up into individual commits. I will work off assuming the > latter. Right, I meant multiple commits. > Should each individual patch be completely standalone? (To the point > where each set, with the previous patches should produce a working > application? Or is having the patch broken up by groups of changes, > with some level of expecting the final functionality good?) Yes, each commit should leave Git in a working state. Adding new global functions that are only used by later commits in the series is fine. René