fleet/docs/Contributing/README.md
Mike Thomas 26d763c426
Updated testing.md (#6583)
* Updated testing.md

Updated the name of testing.md to testing-and-local-development.md based off https://github.com/fleetdm/fleet/issues/4706

* add redirect for /docs/contributing/testing

Co-authored-by: Eric <eashaw@sailsjs.com>
2022-08-01 19:06:30 -05:00

26 lines
933 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)
Read to 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)
Read this guide on adding 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)
Read for commonly asked questions and answers about contributing to Fleet as part of the Fleet community.