◊(Local Yarn Code "Style Guide")

These are notes for my own use.

Prose

Punctuation

Source files

Pre-commit checklist

  1. Run fossil changes --differ to ensure no extra files need to be added.
  2. Run fossil diff --tk to ensure all edits are related.
  3. If any files have been added with fossil add, ensure the makefile is up to date.
  4. Ideally, any documentation (Scribble files) should be updated at the same time as the source code. If any .scrbl files have changed, run make scribble to ensure the documentation compiles and is published to this repo.
  5. Make sure you’re on the correct branch.

Commit messages