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.
- Getting Started
- Code of Conduct
- How to Contribute
- Coding Guidelines
- Setting up the Project
- Testing
- Communication
- Fork the repository by clicking the "Fork" button at the top of this repository.
- Clone your forked repository to your local machine:
git clone https://github.com/your-username/lab-tracker.git
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your message here" - Push to your branch:
git push origin feature/your-feature-name
- 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.