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

  1. Fork this repository.

  2. Create a new branch:

    git checkout -b feature-your-feature-name
  3. Make your changes.

  4. Commit your changes with a descriptive message:

    git commit -m "Added examples for Chapter 2"
  5. Push to your branch:

    git push origin feature-your-feature-name
  6. Create a Pull Request to the main branch 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