Browse Source

Merge pull request #230 from VaclavElias/master

Minor content updates
Vaclav Elias 1 year ago
parent
commit
b6ea3064da
2 changed files with 5 additions and 5 deletions
  1. 3 3
      en/ReleaseNotes/ReleaseNotes.md
  2. 2 2
      en/contributors/contribution-workflow.md

+ 3 - 3
en/ReleaseNotes/ReleaseNotes.md

@@ -9,10 +9,10 @@ A massive thank you to the open-source Stride community for your dedicated contr
 ## What's new in Stride 4.2
 Stride 4.2 includes numerous enhancements and improvements.
 
-- **[.NET 8 Integration](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/)**: Experience the power and efficiency of the latest .NET version in your game development. 
+- [.NET 8 Integration](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/): Experience the power and efficiency of the latest .NET version in your game development. 
   - Full compatibility with .NET 8, taking advantage of [improved runtime performance](https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-8/)
-  - **[C# 12 features](https://devblogs.microsoft.com/dotnet/announcing-csharp-12/)**: Utilize cutting-edge language features to write more concise and maintainable code, enhancing coding efficiency and reducing boilerplate code
-- **[Changed Assimp binding to Silk.Net.Assimp](https://github.com/stride3d/stride/pull/1158)**
+  - [C# 12 features](https://devblogs.microsoft.com/dotnet/announcing-csharp-12/): Utilize cutting-edge language features to write more concise and maintainable code, enhancing coding efficiency and reducing boilerplate code
+- [Changed Assimp binding to Silk.Net.Assimp](https://github.com/stride3d/stride/pull/1158)
   - This change allows us to remove much of the C++/CLR code used by the asset compiler and brings us one step closer to running the asset compiler on non-windows systems.
 - [Migration NET6+ and more gettextnet#2](https://github.com/stride3d/gettextnet/pull/2)
   - Updated all of gettext.NET to the latest stable version of NET

+ 2 - 2
en/contributors/contribution-workflow.md

@@ -22,8 +22,8 @@ graph TB
     F[Sync/Merge Forked Main Branch to Branch 'X']
     G[Test your updates]
     H["Create a Pull Request (PR)"]
-    I[Wait for the PR to be Merged]
-    J[Address PR Feedback]
+    I[Address PR Feedback]
+    J[Wait for the PR to be Merged]
     K[Sync/Merge Upstream to Your Forked Main Branch]
     L{Do You Want to Make More Updates?}
     Z[End]