Skip to content

Commit a60dd8e

Browse files
Update README.md
1 parent 7ee40f7 commit a60dd8e

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

README.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -184,19 +184,27 @@ dotnet restore
184184
dotnet 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 &lt;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

0 commit comments

Comments
 (0)