Thank you for your interest in contributing to Fleet! We value your help in improving this project. Below are guidelines on how you can contribute effectively.
- Getting Started
- Reporting Bugs
- Feature Requests
- Contributing Guidelines
- Writing Tests
- Code Style
- Questions
Clone the Fleet repository to your local machine:
git clone https://github.com/DiegoDev2/Fleet.git
cd Fleet
Create a new branch for your contribution:
git checkout -b your-branch-name
To install the necessary dependencies:
go mod tidy