mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
* Update README.md I changed title to "Contribute" to match the link from the community drop down. * Update README.md
25 lines
954 B
Markdown
25 lines
954 B
Markdown
# Contributing
|
|
|
|
### [Building Fleet](./Building-Fleet.md)
|
|
Provides documentation about building the code, development infrastructure, and database migrations
|
|
|
|
### [Testing](./Testing.md)
|
|
Includes documentation about Fleet's full test suite and integration tests
|
|
|
|
### [Migrations](./Migrations.md)
|
|
Information about creating and updating database migrations
|
|
|
|
### [Committing changes](./Committing-Changes.md)
|
|
Contains information about how to merge changes into the codebase
|
|
|
|
### [Releasing Fleet](./Releasing-Fleet.md)
|
|
Provides a guide for Fleet's release process
|
|
|
|
### [Seeding data](./Seeding-Data.md)
|
|
Provides a guide for adding fake data to your development instance
|
|
|
|
### [API for contributors](./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
|