How-To:
Audience: developers working in the monorepo Last reviewed: YYYY-MM-DD
Copy this file to
howto-<short-description>.md, fill in the sections, then add it to.pagesand the index table in README.md.
Goal
One sentence: what you'll have accomplished by the end.
Prerequisites
- e.g. DDEV running (
ddev start) - e.g. any required env vars, credentials, or tools
Steps
- First step.
# command - Second step.
- ...
Verify
How to confirm it worked (expected output, a page that loads, a passing command).
Troubleshooting
| Symptom | Cause | Fix |
|---|---|---|
| ... | ... | ... |
Related
- Links to relevant ADRs, spikes, or other how-to's.