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