Thanks for your interest in improving this book!
- Fork this repository.
- Create a branch:
git switch -c fix/your-improvement - Make your changes.
- Commit using Conventional Commits:
git commit -m "docs: fix typo in chapter 5" - Push and open a pull request.
- 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.
- 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.
Be kind. Be constructive. Be helpful.