docs: add CONTRIBUTING.md (Phase 5 roadmap item) #6
Reference in New Issue
Block a user
Delete Branch "docs/add-contributing-md"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Adds
CONTRIBUTING.mdwith contributor guide covering:Why
Phase 5 roadmap item: "Add CONTRIBUTING.md to each repo". This is the last non-archived repo missing one.
Quality checks
Code Review - PR #6
Reviewed CONTRIBUTING.md addition.
Quality checks:
varusage (N/A - shell/infra repo)No issues found. Ready to merge.
Code Review (CRLF issue found) - Flama bot
Previous reviews incorrectly reported no CRLF detected.
A deeper analysis of the raw patch shows all added lines have trailing CR (CRLF line endings),
which violates the LF-only quality standard.
Issue:
This needs to be fixed before merge.
Recommendation: Run dos2unix CONTRIBUTING.md or sed -i (remove CR) and re-commit.