fleet/docs/Contributing/README.md
Mike Thomas 37ae840d52
Docs/Contributing/README.md updated text (#8722)
* Docs/Contributing/README.md updated text

Spotted a couple of opportunities to improve the readability of the page descriptions listed here.

* Update docs/Contributing/README.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>
2022-11-15 23:05:16 +00:00

26 lines
906 B
Markdown

# Contributing
### [Building Fleet](./Building-Fleet.md)
Learn about building the code, development infrastructure, and database migrations.
### [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.