You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -175,7 +179,7 @@ Explain the folder structure and organization conventions.
175
179
Help developers understand where different types of code should live.
176
180
-->
177
181
178
-
```
182
+
```txt
179
183
src/ # Production code
180
184
├── Core/ # Core libraries and abstractions
181
185
├── Services/ # Business logic and services
@@ -200,10 +204,10 @@ Remove this section if not applicable.
200
204
201
205
This solution follows modern .NET architectural patterns and best practices:
202
206
203
-
***Clean Architecture**: Clear separation of concerns with dependencies pointing inward
204
-
***Dependency Injection**: Built-in .NET dependency injection throughout
205
-
***Repository Pattern**: Abstraction over data access logic
206
-
***SOLID Principles**: Object-oriented design with SOLID principles
207
+
-**Clean Architecture**: Clear separation of concerns with dependencies pointing inward
208
+
-**Dependency Injection**: Built-in .NET dependency injection throughout
209
+
-**Repository Pattern**: Abstraction over data access logic
210
+
-**SOLID Principles**: Object-oriented design with SOLID principles
207
211
208
212
For detailed architectural decisions, see the [Architecture Decision Records](decisions/).
209
213
@@ -217,18 +221,19 @@ Link to CONTRIBUTING.md for detailed guidelines.
217
221
We welcome contributions from the community! Please read our [Contributing Guidelines](CONTRIBUTING.md) before submitting a pull request.
218
222
219
223
Key points:
220
-
* Follow the [Conventional Commits](https://www.conventionalcommits.org/) format for commit messages
221
-
* Write tests for new functionality
222
-
* Follow existing code style and conventions
223
-
* Update documentation as needed
224
+
225
+
- Follow the [Conventional Commits](https://www.conventionalcommits.org/) format for commit messages
226
+
- Write tests for new functionality
227
+
- Follow existing code style and conventions
228
+
- Update documentation as needed
224
229
225
230
## Code of Conduct
226
231
227
232
<!--
228
233
Reference the Code of Conduct to establish community standards.
229
234
-->
230
235
231
-
This project adheres to the Contributor Covenant [Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
236
+
This project adheres to the Contributor Covenant [Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [[email protected]](mailto:[email protected]).
232
237
233
238
## Documentation
234
239
@@ -237,10 +242,10 @@ Link to additional documentation resources.
237
242
Include links to wikis, external docs sites, or specific documentation files.
238
243
-->
239
244
240
-
***[Architecture Decision Records](decisions/)** - Detailed architectural decisions and rationale
241
-
***[Contributing Guidelines](CONTRIBUTING.md)** - How to contribute to this project
242
-
***[Code of Conduct](CODE_OF_CONDUCT.md)** - Community standards and expectations
243
-
***[License](LICENSE)** - Project licensing information
245
+
-**[Architecture Decision Records](decisions/)** - Detailed architectural decisions and rationale
246
+
-**[Contributing Guidelines](CONTRIBUTING.md)** - How to contribute to this project
247
+
-**[Code of Conduct](CODE_OF_CONDUCT.md)** - Community standards and expectations
248
+
-**[License](LICENSE)** - Project licensing information
244
249
245
250
## Versioning
246
251
@@ -259,8 +264,8 @@ Replace 'YourRepo' with actual repository name.
259
264
All communication related to bugs, features, and project coordination occurs through GitHub Issues.
260
265
-->
261
266
262
-
***Issues**: Report bugs or request features on [GitHub Issues](https://github.com/dailydevops/YourRepo/issues)
263
-
***Documentation**: Read the full documentation in this repository
267
+
-**Issues**: Report bugs or request features on [GitHub Issues](https://github.com/dailydevops/YourRepo/issues)
268
+
-**Documentation**: Read the full documentation in this repository
264
269
265
270
## License
266
271
@@ -273,5 +278,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
273
278
274
279
---
275
280
276
-
> [!NOTE]
281
+
> [!NOTE]
277
282
> **Made with ❤️ by the NetEvolve Team**
283
+
> Visit us at [https://www.daily-devops.net](https://www.daily-devops.net) for more information about our services and solutions.
0 commit comments