Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.26 KB

File metadata and controls

31 lines (27 loc) · 1.26 KB

Contributing to LabTracker

Thank you for your interest in contributing to LabTracker: Automating Lab Management using GitHub! We appreciate your support in improving the project. Below are the guidelines for contributing.

Table of Contents

  1. Getting Started
  2. Code of Conduct
  3. How to Contribute
  4. Coding Guidelines
  5. Setting up the Project
  6. Testing
  7. Communication

Getting Started

  1. Fork the repository by clicking the "Fork" button at the top of this repository.
  2. Clone your forked repository to your local machine:
    git clone https://github.com/your-username/lab-tracker.git
  3. Create a new branch for your feature or bug fix:
    git checkout -b feature/your-feature-name
  4. Make your changes and commit them:
    git commit -m "Add your message here"
  5. Push to your branch:
    git push origin feature/your-feature-name
  6. Create a Pull Request (PR) from your branch to the main branch of this repository and provide a detailed description of the changes you’ve made.