fleet/docs/03-Contributing/README.md
Noah Talerman 8e3c4ac67f
Add top level links to "Contributing" section and move up Load testing "Results" (#2779)
- Add top level links to the "Seeding Data" and "API for contributors" doc pages
- Move "Results" section in "Loading testing" closer to the top of document
2021-11-05 10:03:05 -04:00

26 lines
975 B
Markdown

# Contribution
### [Building Fleet](./01-Building-Fleet.md)
Provides documentation about building the code, development infrastructure, and database migrations
### [Testing](./02-Testing.md)
Includes documentation about Fleet's full test suite and integration tests
### [Migrations](./03-Migrations.md)
Information about creating and updating database migrations
### [Committing Changes](./04-Committing-Changes.md)
Contains information about how to merge changes into the codebase
### [Releasing Fleet](./05-Releasing-Fleet.md)
Provides a guide for Fleet's release process
### [Seeding Data](./06-Seeding-Data.md)
Provides a guide for adding fake data to your development instance
### [API for contributors](./07-API-for-contributors.md)
Provides documentation for Fleet API routes that are helpful when developing or contributing to Fleet
### [FAQ](./FAQ.md)
Includes commonly asked questions and answers about contributing to Fleet from the Fleet community