@@ -7,23 +7,23 @@ guidelines and instructions for contributing.
77
88<!-- TOC -->
99
10- - [ Contributing to MinimalLambda] ( #contributing-to-minimal-lambda )
11- - [ Table of Contents] ( #table-of-contents )
12- - [ Code of Conduct] ( #code-of-conduct )
13- - [ Getting Started] ( #getting-started )
14- - [ Development Setup] ( #development-setup )
15- - [ Code Formatting] ( #code-formatting )
16- - [ Making Changes] ( #making-changes )
17- - [ Commit Guidelines] ( #commit-guidelines )
18- - [ Pull Request Process] ( #pull-request-process )
19- - [ Code Style] ( #code-style )
20- - [ Testing] ( #testing )
21- - [ Documentation] ( #documentation )
22- - [ Target Frameworks] ( #target-frameworks )
23- - [ Central Package Management] ( #central-package-management )
24- - [ CI/CD Integration] ( #cicd-integration )
25- - [ Questions or Need Help?] ( #questions-or-need-help )
26- - [ License] ( #license )
10+ * [ Contributing to MinimalLambda] ( #contributing-to-minimal-lambda )
11+ * [ Table of Contents] ( #table-of-contents )
12+ * [ Code of Conduct] ( #code-of-conduct )
13+ * [ Getting Started] ( #getting-started )
14+ * [ Development Setup] ( #development-setup )
15+ * [ Code Formatting] ( #code-formatting )
16+ * [ Making Changes] ( #making-changes )
17+ * [ Commit Guidelines] ( #commit-guidelines )
18+ * [ Pull Request Process] ( #pull-request-process )
19+ * [ Code Style] ( #code-style )
20+ * [ Testing] ( #testing )
21+ * [ Documentation] ( #documentation )
22+ * [ Target Frameworks] ( #target-frameworks )
23+ * [ Central Package Management] ( #central-package-management )
24+ * [ CI/CD Integration] ( #cicd-integration )
25+ * [ Questions or Need Help?] ( #questions-or-need-help )
26+ * [ License] ( #license )
2727
2828<!-- TOC -->
2929
@@ -191,14 +191,12 @@ when using extension method syntax.
191191## Pull Request Process
192192
1931931 . ** Ensure your branch is up to date** :
194-
195194 ``` bash
196195 git fetch upstream
197196 git rebase upstream/main
198197 ```
199198
2001992 . ** Push to your fork** :
201-
202200 ``` bash
203201 git push origin your-branch-name
204202 ```
@@ -351,7 +349,7 @@ This project supports multiple .NET versions:
351349
352350- ** .NET 8.0** (supported)
353351- ** .NET 9.0** (supported)
354- - \*\ * .NET 10.0 \*\ * (primary target)
352+ - * * .NET 10.0 * * (primary target)
355353
356354Test your changes against all supported frameworks:
357355
@@ -388,6 +386,6 @@ Ensure your changes pass all checks before requesting review.
388386By contributing to this project, you agree that your contributions will be licensed under the same
389387MIT License as the project.
390388
391- ______________________________________________________________________
389+ ---
392390
393391** Thank you for contributing to MinimalLambda!** 🚀
0 commit comments