mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
2e199dcdab
We have code that builds conditionally depending on the platform (mostly Orbit code) so we should run `golangci-lint` checks on all OSs. This adds it to run on macOS, for Windows see: https://github.com/fleetdm/fleet/issues/9943 |
||
---|---|---|
.. | ||
Adding-new-endpoints.md | ||
API-for-contributors.md | ||
API-Versioning.md | ||
Building-Fleet.md | ||
Committing-Changes.md | ||
Configuration-for-contributors.md | ||
FAQ.md | ||
Fleet-UI-Testing.md | ||
Migrations.md | ||
Orbit-development-and-release-strategy.md | ||
README.md | ||
Releasing-Fleet.md | ||
Run-Locally-Built-Orbit.md | ||
Seeding-Data.md | ||
Simulate-slow-network.md | ||
Testing-and-local-development.md |
Contributing
Building Fleet
Learn about building the code, development infrastructure, and database migrations.
Build And Run Orbit 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.
FAQ
Find commonly asked questions and answers about contributing to Fleet as part of our community.