Contributing to Linux Command Line Journey
Thank you for your interest in contributing! This project is meant to be a learning log and resource for anyone studying Linux, especially via WSL.
How You Can Contribute
1. Share Knowledge
Add examples of commands or scripts related to the chapters.
Expand explanations for clarity.
Add practical exercises or challenges.
2. Fix or Improve Notes
Correct mistakes or typos.
Improve formatting or readability.
Add extra context for commands.
3. Add Scripts
Place scripts in the
scripts/folder.Ensure scripts are safe and run in a non-destructive way.
Contribution Guidelines
Fork this repository.
Create a new branch:
git checkout -b feature-your-feature-nameMake your changes.
Commit your changes with a descriptive message:
git commit -m "Added examples for Chapter 2"Push to your branch:
git push origin feature-your-feature-nameCreate a Pull Request to the
mainbranch of this repository.
Code of Conduct
Be respectful and constructive.
Keep all content educational and safe.
Avoid commands or scripts that could harm a system.
Happy Learning & Contributing!
Last updated