◊(Local Yarn Code "Update of "Style Guide"")

Overview

Artifact ID: 9bdf219a9aa98016a732ef231da1a980d1a52ab7b9064d2a28ecc09ce3152509
Page Name:Style Guide
Date: 2019-04-18 03:08:05
Original User: joel
Parent: 2f5ce2a9231e2fef0986b77d796ba11ca5d20056e6599fd3abc0d81014f77991 (diff)
Content

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