Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.42 KB

File metadata and controls

41 lines (28 loc) · 2.42 KB

Contributing to aspire.dev

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

📄 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.