We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5a9d7 commit c57f9eeCopy full SHA for c57f9ee
1 file changed
CONTRIBUTING.md
@@ -71,7 +71,7 @@ JEngine/
71
│ └── Assets/
72
│ ├── HotUpdate/ # Hot update assets
73
│ │ └── Code/ # Hot update code
74
-│ └── Samples/ # Dependency extensions (do not modify)
+│ └── Samples/ # Dependency extensions (only modify when updating/adding package extensions)
75
├── .github/
76
│ └── workflows/ # CI/CD workflows
77
├── README.md # English documentation
@@ -90,12 +90,12 @@ JEngine/
90
91
### File Headers
92
93
-All C# files should include the standard header:
+All new C# files should include the standard header with your information:
94
95
```csharp
96
// FileName.cs
97
//
98
-// Author: JasonXuDeveloper <jason@xgamedev.net>
+// Author: Your Name <your.email@example.com>
99
// Copyright (c) 2025 JEngine - MIT License
100
```
101
0 commit comments