Adds CONTRIBUTING.md documenting the branching/PR workflow (including the three-path rule for out-of-scope changes), commit conventions, fish coding standards (file headers, the public-function doc-header format, private-helper convention, colored --help palette), the opinionated-component tagging system, the docs generation pipeline, testing, and the secrets/machine-config placement rule.
Links out to existing docs (README, docs/manual/07-customization.md, the opinionated-components design spec) for topics already documented there, rather than duplicating them.
Test plan
fish tests/run-tests.fish passes (10/10 functional checks, syntax lint clean)
Markdown reviewed manually for accuracy against current repo conventions (function header format, category list, C1–C6 taxonomy, doc-build pipeline)
## Summary
- Adds `CONTRIBUTING.md` documenting the branching/PR workflow (including the three-path rule for out-of-scope changes), commit conventions, fish coding standards (file headers, the public-function doc-header format, private-helper convention, colored `--help` palette), the opinionated-component tagging system, the docs generation pipeline, testing, and the secrets/machine-config placement rule.
- Links out to existing docs (README, `docs/manual/07-customization.md`, the opinionated-components design spec) for topics already documented there, rather than duplicating them.
## Test plan
- [x] `fish tests/run-tests.fish` passes (10/10 functional checks, syntax lint clean)
- [x] Markdown reviewed manually for accuracy against current repo conventions (function header format, category list, C1–C6 taxonomy, doc-build pipeline)
Documents the branching/PR workflow, commit conventions, fish function
doc-header and colored --help conventions, the docs generation
pipeline, testing, and the secrets/machine-config placement rule, so
these practices live somewhere durable instead of only in commit
history and conversation memory.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
CONTRIBUTING.mddocumenting the branching/PR workflow (including the three-path rule for out-of-scope changes), commit conventions, fish coding standards (file headers, the public-function doc-header format, private-helper convention, colored--helppalette), the opinionated-component tagging system, the docs generation pipeline, testing, and the secrets/machine-config placement rule.docs/manual/07-customization.md, the opinionated-components design spec) for topics already documented there, rather than duplicating them.Test plan
fish tests/run-tests.fishpasses (10/10 functional checks, syntax lint clean)👍