Contributions are welcome! Here's how:
- Fork the repository
- Create a new branch (
git checkout -b my-addition) - Make your changes
- Commit (
git commit -m "Add explanation for X") - Push (
git push origin my-addition) - Open a Pull Request
- Fix typos or unclear explanations
- Add code examples
- Add new topics
- Improve existing sections
- Keep the tone technical but readable
- Include code examples where possible
- One topic per Pull Request