mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
eafff45970
* Website editor pass - Contribution I made the descriptions complete sentences. Please let me know if these require further revision. * Update README.md * Update docs/Contributing/README.md Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> * Update docs/Contributing/README.md Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> * Update docs/Contributing/README.md Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> * Update docs/Contributing/README.md Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> * Update README.md Updated with imperative mood. * Update docs/Contributing/README.md Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
26 lines
911 B
Markdown
26 lines
911 B
Markdown
# Contributing
|
|
|
|
### [Building Fleet](./Building-Fleet.md)
|
|
Learn about building the code, development infrastructure, and database migrations.
|
|
|
|
### [Testing](./Testing.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.
|