mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
8e3c4ac67f
- 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
26 lines
975 B
Markdown
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
|