Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 1.01 KB

Contributing to CSE Lab Manual

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Cloning the repository

  • Fork the repository
  • Clone the repo by running git clone https://github.com/<yourusername\>/CSE-Lab-Manual

Pull Request Process

  1. Ensure that you have changed all the programs related to one lab. A lab should not be a mix of new and old programs.
  2. Update the README.md respective to the lab with details of changes to the programs, including any special, unhandled cases encountered during the process of updating. Also update hyperlinks as required.
  3. Do not delete the old programs. Instead, move them to the archives directory in suitable sub-directory.
  4. Do not deviate from the directory structure and maintain the same structure and file-naming method throughout the repository.