docs/README.md
The primary audience for documentation in this folder is contributors to .NET MAUI. If you are looking for documentation on how to use .NET MAUI, go to https://docs.microsoft.com/dotnet/maui/.
<!--TODO: >> :bulb: If you're a new contributor looking to set up the repo locally, the [build from source documentation](/.github/DEVELOPMENT.md) is the best place to start.-->The table below outlines the different docs in this folder and what they are helpful for.
| Documentation | What is it about? | Who is it for? |
|---|---|---|
| CG Manifest | Guide to Component Governance manifest generation and management | Contributors who need to manage third-party dependencies or include CG manifest in packages |
| Code Documentation Guidelines | Overview of the guidelines for the inline code documentation | Community members and collaborators looking to understand how to add good inline code comments that fuel our IntelliSense and online API docs |
| Development Tips | Development tips including debugging, building, and device testing on Helix | Contributors who need guidance on development workflows, including running device tests on cloud infrastructure |
| Issue management | Overview of policies in place to manage issues | Community members and collaborators looking to understand how we handle closed issues, issues that need author feedback, etc. |
| Release Schedule | Overview of .NET MAUI version releases | Anyone who is interested in .NET MAUI versions and release dates |
| Triage process | Overview of the issue triage process used in the repo | Anyone looking to understand the triage process on the repo |