This repository hosts the source code for the official Stride 3D engine website. Contributors can follow the build instructions provided to run the website locally.
Перейти к файлу
Parham Gholami cc253f5bea Removing double negative 2024-03-06 23:56:51 -08:00
.github/workflows
Properties
_data Updated draft, new links, added image 2024-03-05 13:05:32 -08:00
_drafts
_includes
_layouts
assets/scripts
blog
css
files
images Tinkering with images 2024-03-05 20:40:37 -08:00
legal
posts Removing double negative 2024-03-06 23:56:51 -08:00
wiki
.eleventy.js
.eleventyignore
.gitignore
.nojekyll
404.html
LICENSE.md
Program.cs
README.md
Stride.Web.csproj
Stride.Web.sln
appsettings.Development.json
appsettings.json
archive.md
community.html
contact.html
download.html
faq.html
favicon.ico
favicon.png
features.html
feed-atom.njk
feed.njk
footer.liquid
index.html
package-lock.json
package.json
search.html
search.liquid
sitemap.md
sponsor.html
tags.md
web.Release.config
web.config

README.md

Stride Website Development

Welcome to the Stride website repository. This repository contains all the source files for the Stride website https://www.stride3d.net/.

🚀 Getting Started

All the information you need to start with Stride Website development is available in the 📚 Stride Website Wiki.

🤝 Contributing

For questions and general discussions, please use Discord. To report bugs or propose features, use Issues.

We welcome code contributions via pull requests. Issues tagged with help wanted are great starting points for code contributions.

Branch and Release

The master branch is the default branch for pull requests and most other development activities.

Releases are based on a stable master branch. Use of Conventional Commit is encouraged.

Stride Website is not released under a regular cadence; new updates arrive when maintainers fix issues or see enough changes that warrant a new releases. Sometimes we use prereleases to get feedbacks from the community.

Staging

The staging website allows us to test new features and significant changes before their official release.

The staging website is available at https://stride-website-staging.azurewebsites.net/

🗺️ Roadmap

Our Wiki Roadmap communicates upcoming changes to the Stride website.

📖 Stride Documentation Landscape

The Stride documentation landscape is organized across different repositories and their respective wikis to cater to both users and contributors. Here's how it's structured:

  1. Stride Website - Stride's official site showcasing its free, open-source 2D and 3D game engine, alongside blog posts
    • Stride Website Wiki - This wiki serves as a comprehensive guide for those looking to contribute to or develop the Stride Website
  2. Stride Docs - Here you'll find Stride's documentation, including manuals, tutorials, and API references
    • Stride Docs Wiki - This wiki is a comprehensive guide for individuals interested in contributing to or developing the Stride Docs
  3. Stride Wiki - A thorough guide for those who wish to contribute to or develop Stride game engine

🌐 .NET Foundation

This project is supported by the .NET Foundation.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.

🛡️License

This project is licensed under the MIT License.