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):
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 sections are markdown links with anchors, not bare text. Write [approach.md §4](/double-bass-drumming-training-manual/approach.html#4-the-tempo-target-and-clean-pass-rule), not `approach.md` §4. GitHub auto-generates anchors 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.[chapter-05.md](/double-bass-drumming-training-manual/chapter-05.html), not bare chapter-05.md.## 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.