mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
For #27605 Adds a guide to the contributor docs about how to upgrade the Go version used to build Fleet.
1.3 KiB
1.3 KiB
Contributing
Building Fleet
Learn about building the code, development infrastructure, and database migrations.
Build and run Fleetd from local code
Building and running your modified code.
Testing
Look at Fleet's full test suite and integration tests.
Migrations
Learn about creating and updating database migrations.
Committing changes
Learn how to merge changes into the codebase.
Releasing Fleet
Learn the process for how to release Fleet.
Seeding data
Learn how to add fake data to your development instance.
API for contributors
Get to grips with Fleet API routes. This documentation is helpful for developing or contributing to Fleet.
Deploying ChromeOS test extensions
Learn how to deploy a test version of the fleetd Chrome extension for debug purposes.
Upgrading the Go version
Learn how to update the version of Go used to build Fleet.
FAQ
Find commonly asked questions and answers about contributing to Fleet as part of our community.