Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 957 Bytes

File metadata and controls

29 lines (20 loc) · 957 Bytes

Contributing to Git By Example

Thanks for your interest in improving this book!

How to Contribute

  1. Fork this repository.
  2. Create a branch: git switch -c fix/your-improvement
  3. Make your changes.
  4. Commit using Conventional Commits: git commit -m "docs: fix typo in chapter 5"
  5. Push and open a pull request.

What We're Looking For

  • Typo fixes — always welcome.
  • Better examples — if an example can be clearer or more realistic, suggest it.
  • New tips and tricks — short, practical, and runnable.
  • Translations — if you'd like to translate a chapter, open an issue first.

Guidelines

  • Keep examples short and self-contained.
  • Every command should be something the reader can type and run.
  • Explain what happened, not just what to type.
  • Use the book's existing tone: direct, practical, no fluff.

Code of Conduct

Be kind. Be constructive. Be helpful.