Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 893 Bytes

contributing.md

File metadata and controls

28 lines (15 loc) · 893 Bytes

Contributing

If you want to contribute to practical-computer networking, please follow these simple rules:

  1. Press the fork button:

  2. Clone the repository from your account with:

    git clone [email protected]:<your_name>/practical-computer-networking.git
    
  3. Create a new branch with ticket number or name:

    git checkout -b "ISSUE-1"
    
  4. Make your changes.

  5. Don't forget to add yourself incontributors.md.

  6. Commit and push your changes, then make a pull request from Github.