fleet/docs/Contributing
Roberto Dip 8e532a5e76
pre-populate username/fullname during account creation (#11557)
Related to #10744, this pre-populates and disables the username/fullname
fields.

https://user-images.githubusercontent.com/4419992/236854781-ac67ee28-c19c-4130-a5e6-2872220501b5.mov


# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [x] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [x] Added/updated tests
- [x] Manual QA for all new/changed functionality
2023-05-18 12:50:00 -03:00
..
Adding-new-endpoints.md Docs: Fix broken links in documentation (#11424) 2023-04-28 16:04:33 -05:00
API-for-contributors.md pre-populate username/fullname during account creation (#11557) 2023-05-18 12:50:00 -03:00
API-Versioning.md Replace references to /api/latest/fleet with /api/v1/fleet (#7464) 2022-08-31 09:51:25 -05:00
Automatically-generating-UI-component-boilerplate.md Clean up docs for generate (#11687) 2023-05-16 13:40:55 -07:00
Building-Fleet.md Docs: Fix broken links in documentation (#11424) 2023-04-28 16:04:33 -05:00
Committing-Changes.md change relative links in documentation (#8441) 2022-10-26 18:26:49 -05:00
Configuration-for-contributors.md Remove packs from docs (#9452) 2023-01-20 16:47:24 -06:00
FAQ.md Docs: Fix broken FAQ link (#11405) 2023-04-28 10:34:20 -05:00
Fleet-UI-Testing.md Documentation: Update testing docs with instructions how to run live QA Wolf e2e tests (#11318) 2023-04-26 11:21:21 -04:00
Migrations.md change relative links in documentation (#8441) 2022-10-26 18:26:49 -05:00
Orbit-development-and-release-strategy.md Docs: add missing pageOrderInSection meta tag (#8104) 2022-10-06 11:04:36 -05:00
README.md Run-Locally-Built-Orbit (#9359) 2023-01-19 10:31:24 -06:00
Releasing-Fleet.md Update Releasing-Fleet.md (#11106) 2023-04-24 11:42:44 -05:00
Run-Locally-Built-Orbit.md Add mTLS support to fleetd (#11319) 2023-04-27 08:44:39 -03:00
Seeding-Data.md Documentation: Seeding data links to creating test hosts (#8131) 2022-10-10 14:08:18 -04:00
Simulate-slow-network.md Add guide on how to simulate slow connections to redis and mysql (#9140) 2023-01-03 17:29:40 -03:00
Testing-and-local-development.md improve instructions for local testing of DEP SSO (#11387) 2023-05-02 10:21:44 -03:00

Contributing

Building Fleet

Learn about building the code, development infrastructure, and database migrations.

Build And Run Orbit From Local Code

Building and running your modified code.

Testing

Look at Fleet's full test suite and integration tests.

Migrations

Learn about creating and updating database migrations.

Committing changes

Learn how to merge changes into the codebase.

Releasing Fleet

Learn the process for how to release Fleet.

Seeding data

Learn how to add fake data to your development instance.

API for contributors

Get to grips with Fleet API routes. This documentation is helpful for developing or contributing to Fleet.

FAQ

Find commonly asked questions and answers about contributing to Fleet as part of our community.