Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.13 KB

File metadata and controls

50 lines (32 loc) · 1.13 KB

Contributing to Linux Notebook

Thanks for checking out linux-notebook and considering contributing!


📌 How to Contribute

1. Fork the Repository
https://github.com/alamgir-ahosain/linux-notebook
2. Clone Your Fork
git clone https://github.com/YOUR_USERNAME/linux-notebook.git
cd linux-notebook
4. Make Your Changes

You can contribute in the following ways:

  • Add important topics under the appropriate existing folder
  • If a related folder already exists, do not create a new one
  • If no suitable folder exists, create a new folder related to the topic
  • You may also:
    • Add new topics to an existing file
    • Add important Linux commands to the relevant file
  • Keep files well-organized and easy to follow

Please maintain the existing structure and naming conventions.

5. Commit Your Changes
  • Use clear commit messages.
6. Push to Your Fork
  • Push your changes to your fork repo.
7. Open a Pull Request
  1. Go to your forked repository.
  2. Click Compare & pull request.

Thanks for helping improve this Linux learning notebook! ❤️