Orientation for editing this repository. Not for students following the manual—students should start at approach.md.
chapter-NN.md—the student-facing manual. Treat these as the primary product.approach.md and the chapter sheets is the student. Nothing developer-facing belongs there. Development notes go in this file.Enforced across every markdown file in the repo (approach.md, chapter-NN.md, README.md, this file):
spelt out, spelt-out, misspelt—wherever spelled would otherwise appear.word—word, not word — word. This applies inside headings too. Inside fenced code blocks, leave text alone.50–110 bpm, pp. 6–7) and stay unspaced.approach.md, chapter-NN.md) use spelt-out display text with no file names and no .md. These are the parts of the manual the student reads; the display text should read naturally in prose. Write [Approach §4](/double-bass-drumming-training-manual/approach.html#4-the-tempo-target-and-clean-pass-rule) for a top-level section, [Approach §7 focus block](/double-bass-drumming-training-manual/approach.html#focus-block) when the anchor points to a subsection (the subsection descriptor keeps the casing of its heading in approach.md), and [Chapter 5](/double-bass-drumming-training-manual/chapter-05.html) for a chapter sheet. Do not write [approach.md §4](…), `approach.md` §4, [chapter-05.md](…), or a bare approach.md §4 / chapter-05.md. The rule applies wherever the link is written—including in supporting files (DEVELOPMENT.md, README.md)—because it is a property of the link target, not the link source. Anchors in the parenthesised URL stay lowercase—GitHub auto-generates them from headings by lowercasing, replacing spaces with hyphens, and stripping punctuation, so ## 4. The tempo-target and clean-pass rule becomes #4-the-tempo-target-and-clean-pass-rule. If you renumber or rename a section, update every incoming link.README.md, DEVELOPMENT.md, LICENCE, chapter-template.md) may include the file name and extension in the display text. These files are developer-facing rather than part of the student manual, so [DEVELOPMENT.md](/double-bass-drumming-training-manual/DEVELOPMENT.html) and [LICENCE](/double-bass-drumming-training-manual/LICENCE) are fine; spelling out the filename signals to the reader that the link points at auxiliary rather than instructional material.## N. Title for top-level sections (so anchors get the numeric prefix) and ### Subtitle for sub-sections. Do not put full stops at the ends of headings.Commit messages in this repository (the public _public submodule) must not reference private-repo issue-tracker identifiers—do not cite TODOnnn, CI-nnn or ISS-nnn in commit subjects or bodies. Those IDs live in the private repo’s ISSUES.md and carry no meaning for external readers of the public manual.
Describe the change on its own terms: what content changed, what the rationale was, and the observable effect on the manual. If a change was driven by a private-repo issue, put the substance of the issue in the commit body rather than the ID.
References to the public GitHub issue tracker at https://github.com/rcook/double-bass-drumming-training-manual/issues are fine—those numeric IDs (e.g. #42) are meaningful to external readers.
Existing commit messages that reference TODOnnn / CI-nnn / ISS-nnn remain as historical artefacts and should not be rewritten.
Parking lot for changes we know we want but are not doing yet. Delete an item when it lands.
Report content discrepancies, editorial gaps, tooling bugs, or anything else at the GitHub issue tracker: https://github.com/rcook/double-bass-drumming-training-manual/issues. That is the officially sanctioned channel for all defects and feature requests, whether they concern the manual content, the chapter sheets, or any tooling shipped alongside the manual.
When filing, point at the specific location (file + section, or file + table row), state what you observed and why it seems wrong, and suggest a next step if you have one. “Investigate” is a fine next step.
The LICENCE file (Creative Commons Attribution-ShareAlike 4.0 International) covers the original content of this repository—the methodology and the working sheets. The source book’s copyright is unaffected.