File tree Expand file tree Collapse file tree 1 file changed +19
-11
lines changed
Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change @@ -184,19 +184,27 @@ dotnet restore
184184dotnet build
185185```
186186
187- ### ** Coding Standards**
188- - Follow C# naming conventions
189- - Add XML documentation for public methods
190- - Include unit tests for new features
191- - Maintain <1% performance impact
187+ <details >
188+ <summary ><b >Coding Standards</b ></summary >
189+ <br >
190+
191+ - Follow C# naming conventions
192+ - Add XML documentation for public methods
193+ - Include unit tests for new features
194+ - Maintain < ; 1% performance impact
192195- Test on multiple Windows versions
196+ </details >
193197
194- ### ** Pull Request Process**
195- 1 . Fork the repository
196- 2 . Create a feature branch (` git checkout -b feature/amazing-feature ` )
197- 3 . Commit changes (` git commit -m 'Add amazing feature' ` )
198- 4 . Push to branch (` git push origin feature/amazing-feature ` )
199- 5 . Open a Pull Request with detailed description
198+ <details >
199+ <summary ><b >Pull Request Process</b ></summary >
200+ <br >
201+
202+ 1 . Fork the repository
203+ 2 . Create a feature branch (` git checkout -b feature/amazing-feature ` )
204+ 3 . Commit changes (` git commit -m 'Add amazing feature' ` )
205+ 4 . Push to branch (` git push origin feature/amazing-feature ` )
206+ 5 . Open a Pull Request with a detailed description
207+ </details >
200208
201209---
202210
You can’t perform that action at this time.
0 commit comments