fleet/docs/Contributing/README.md
Sharon Katz 6e35c7c6ae
Run-Locally-Built-Orbit (#9359)
Adding documentation.
No testing needed other than reviewing the correctness of the added
documentation.
2023-01-19 10:31:24 -06:00

28 lines
1,020 B
Markdown

# Contributing
### [Building Fleet](./Building-Fleet.md)
Learn about building the code, development infrastructure, and database migrations.
### [Build And Run Orbit From Local Code](./Run-Locally-Built-Orbit.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.
### [FAQ](./FAQ.md)
Find commonly asked questions and answers about contributing to Fleet as part of our community.