瀏覽代碼

Merge pull request #327 from VaclavElias/update-recent-notes-01

Update recent notes + Minor content updates
Vaclav Elias 1 年之前
父節點
當前提交
18f5c1be46
共有 2 個文件被更改,包括 8 次插入1 次删除
  1. 2 1
      en/contributors/core-team.md
  2. 6 0
      en/manual/index.md

+ 2 - 1
en/contributors/core-team.md

@@ -1,6 +1,6 @@
 # Core Team
 
-The core team is a small group of volunteer developers, each with expertise in different areas of development. There are no full-time developers solely dedicated to Stride's advancement; instead, the engine progresses through voluntary contributions from both the core team and the wider community. These individuals dedicate their spare time to enhancing and expanding the engine, driven by personal interest, passion for the project, and their specialized knowledge.
+The core team is a small group of volunteer developers, each with expertise in different areas of development. There are no full-time developers solely dedicated to Stride's advancement; instead, the engine progresses through voluntary contributions from both the core team and the [wider community](https://github.com/stride3d/stride?tab=readme-ov-file#contributors-). These individuals dedicate their spare time to enhancing and expanding the engine, driven by personal interest, passion for the project, and their specialized knowledge.
 
 The core team is composed of members who make frequent contributions to the project, whether in code, documentation, or community management.
 
@@ -18,6 +18,7 @@ The core team is composed of members who make frequent contributions to the proj
       <td>
         <strong>xen2</strong>
         <br><i>Lead developer of Stride</i>
+        <br><i class="small">(Original & Current)</i>
       </td>
       <td><a href="https://github.com/xen2">xen2</a></td>
       <td>Japan</td>

+ 6 - 0
en/manual/index.md

@@ -11,6 +11,12 @@ These pages contain information about how to use Stride, an open-source C# game
 
 ### Recent updates
 
+#### Contributors
+
+- <span class="badge text-bg-success">New</span> [Contributing - Core Team](../contributors/core-team.md) - The Stride core team
+- <span class="badge text-bg-info">Updated</span> [Contributing - Roadmap](../contributors/roadmap.md) - Status added 
+
+#### Manual
 - <span class="badge text-bg-info">Updated</span> [Scripts - Types of script](scripts/types-of-script.md) - Asynchronous script example improved
 - <span class="badge text-bg-success">New</span> [Scripts - Gizmos](scripts/gizmos.md) - Description and example of the Flexible Processing system
 - <span class="badge text-bg-success">New</span> [ECS - Flexible Processing](engine/entity-component-system/flexible-processing.md) - Description and example of the Flexible Processing system