Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 894 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (27 loc) · 894 Bytes

Contributing to Fleet

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.

Table of Contents

  1. Getting Started
  2. Reporting Bugs
  3. Feature Requests
  4. Contributing Guidelines
  5. Writing Tests
  6. Code Style
  7. Questions

Getting Started

1. Clone the Repository

Clone the Fleet repository to your local machine:

git clone https://github.com/DiegoDev2/Fleet.git
cd Fleet

2. Create a Branch

Create a new branch for your contribution:

git checkout -b your-branch-name

3. Install Dependencies

To install the necessary dependencies:

go mod tidy