Per standards/licensing.md, every CONTRIBUTING.md in the ecosystem must carry the inbound DCO + license grant section (verbatim grant paragraph plus Signed-off-by: guidance). The scaffold now emits this in newly created repos as of #45, but the nine existing tool repos predate that change and do not carry the section.
Affected repos
Each needs a small PR adding the DCO section to CONTRIBUTING.md:
- TMHSDigital/Plaid-Developer-Tools
- TMHSDigital/Stripe-Developer-Tools
- TMHSDigital/Cursor-IDE-Developer-Tools
- TMHSDigital/Cloudflare-Developer-Tools
- TMHSDigital/Notion-Developer-Tools
- TMHSDigital/Home-Lab-Developer-Tools
- TMHSDigital/Hugging-Face-Developer-Tools
- TMHSDigital/Microsoft-Developer-Tools
- TMHSDigital/Blender-Developer-Tools
Canonical text
The exact CONTRIBUTING.md section to copy is now in scaffold/templates/CONTRIBUTING.md.j2 after #45. Tool repos can also reference standards/licensing.md for the rationale.
Related
Estimate: ~10 minutes per repo, batchable into one tool-repo session.
Per
standards/licensing.md, every CONTRIBUTING.md in the ecosystem must carry the inbound DCO + license grant section (verbatim grant paragraph plusSigned-off-by:guidance). The scaffold now emits this in newly created repos as of #45, but the nine existing tool repos predate that change and do not carry the section.Affected repos
Each needs a small PR adding the DCO section to CONTRIBUTING.md:
Canonical text
The exact CONTRIBUTING.md section to copy is now in
scaffold/templates/CONTRIBUTING.md.j2after #45. Tool repos can also referencestandards/licensing.mdfor the rationale.Related
Estimate: ~10 minutes per repo, batchable into one tool-repo session.