If you want to contribute to practical-computer networking, please follow these simple rules:
-
Press the fork button:
-
Clone the repository from your account with:
git clone [email protected]:<your_name>/practical-computer-networking.git
-
Create a new branch with ticket number or name:
git checkout -b "ISSUE-1"
-
Make your changes.
-
Don't forget to add yourself in
contributors.md
. -
Commit and push your changes, then make a pull request from Github.