Contributing to aspire.dev
March 23, 2026 ยท View on GitHub
Thank you for your interest in contributing to the aspire.dev! This guide will help you get started with local development and contributing to the project.
Visit our contributor guide
Please see the full Contributor guide for detailed instructions on how to contribute to aspire.dev, including guidelines for submitting issues, making pull requests, and coding standards.
Help translate the docs
We welcome translation contributions! Please see our Translation guide to learn how to help translate aspire.dev into other languages. You can check the translation status dashboard to see what needs to be translated or updated.
๐๏ธ Project structure
โโโโ๐ frontend # Astro + Starlight documentation site
โโโโ๐ src
โ โโโโ๐ components # Reusable Astro components
โ โโโโ๐ content
โ โ โโโโ๐ docs # Markdown / MDX documentation pages
โ โ โโโโ๐ i18n # Component translation locales
โ โโโโ๐ data # JSON integration & metadata
โ โโโโ๐ styles # Global & theme CSS
โ โโโโ๐ assets # Images, videos, media
โโโโ๐ scripts # Build & data update scripts
โโโโ๐ public # Static assets served as-is
๐ Getting help
- Issues: Report bugs or request features via GitHub Issues
- Discussions: Join conversations in GitHub Discussions
- Discord: Connect with the community on the Aspire Discord
๐ License
By contributing to this project, you agree that your contributions will be licensed under the same license as the project. See LICENSE for details.
๐ค Code of conduct
This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.