A useful troubleshooting record says more than “it worked in the end.” It helps the next investigation reach the cause faster.

Record template

  1. Symptom: what actually appeared, including the original error text.
  2. Expected state: what should have happened.
  3. Scope: which page, device, version, or step is affected.
  4. Hypotheses: possible causes, clearly marked as unverified.
  5. Evidence: what each check supports or rules out.
  6. Fix: the smallest change connected to the cause.
  7. Regression check: repeat the original path and inspect nearby behavior.

An example from this project

The knowledge base initially showed a large blank area on mobile. The build passed, but a visual capture showed delayed content. Inspection found that an unused math plugin loaded a remote stylesheet and blocked the first render. Disabling that plugin removed the remote dependency and restored the mobile first screen.

Related: Building the Black Cat Knowledge Base.

0 items under this folder.