Skip to content

Commit c57f9ee

Browse files
docs: clarify Samples modification policy and contributor file headers
Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
1 parent be5a9d7 commit c57f9ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ JEngine/
7171
│ └── Assets/
7272
│ ├── HotUpdate/ # Hot update assets
7373
│ │ └── Code/ # Hot update code
74-
│ └── Samples/ # Dependency extensions (do not modify)
74+
│ └── Samples/ # Dependency extensions (only modify when updating/adding package extensions)
7575
├── .github/
7676
│ └── workflows/ # CI/CD workflows
7777
├── README.md # English documentation
@@ -90,12 +90,12 @@ JEngine/
9090

9191
### File Headers
9292

93-
All C# files should include the standard header:
93+
All new C# files should include the standard header with your information:
9494

9595
```csharp
9696
// FileName.cs
9797
//
98-
// Author: JasonXuDeveloper <jason@xgamedev.net>
98+
// Author: Your Name <your.email@example.com>
9999
// Copyright (c) 2025 JEngine - MIT License
100100
```
101101

0 commit comments

Comments
 (0)