Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.62 KB

File metadata and controls

40 lines (29 loc) · 1.62 KB

Contributing to Git for Strategy

Thanks for your interest in contributing. This project grows through real use — every seed, skill, and template here came from measured production experience.

Ways to Contribute

Add a Seed

If you've discovered a reusable thinking pattern through your own work:

  1. Use templates/seed_template.md as your starting point
  2. Include a clear trigger (when to apply), steps (how), and evidence (where it worked)
  3. Save to seeds/ and submit a PR

Seeds must be grounded in experience. "I think this would work" isn't enough — we need "I used this on project X and it produced Y."

Add a Platform Setup Guide

If you use Git for Strategy on a platform we haven't documented:

  1. Follow the pattern in setup/ — quick install, verification, workspace init, usage tips
  2. Test the setup yourself before submitting

Improve a Skill

Skills in skills/ are living documents. If you find a step that's unclear or a workflow that could be improved:

  1. Open an issue describing what's unclear
  2. If you have a fix, submit a PR with before/after reasoning

Report Measured Outcomes

If you use Git for Strategy and track your results, we'd love to include your data in docs/measured-outcomes.md. Open an issue with:

  • What you measured
  • How you measured it
  • What you found (positive or negative)

Guidelines

  • Ground everything in experience, not theory
  • Keep language concrete and ordinary
  • Test your contributions before submitting
  • One PR per contribution (don't bundle unrelated changes)

License

By contributing, you agree that your contributions will be licensed under the MIT License.