Skip to content

Commit a228cb8

Browse files
committed
docs: preserve contributing formatting
1 parent 11b2f55 commit a228cb8

1 file changed

Lines changed: 19 additions & 21 deletions

File tree

CONTRIBUTING.md

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -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

193193
1. **Ensure your branch is up to date**:
194-
195194
```bash
196195
git fetch upstream
197196
git rebase upstream/main
198197
```
199198

200199
2. **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

356354
Test your changes against all supported frameworks:
357355

@@ -388,6 +386,6 @@ Ensure your changes pass all checks before requesting review.
388386
By contributing to this project, you agree that your contributions will be licensed under the same
389387
MIT License as the project.
390388

391-
______________________________________________________________________
389+
---
392390

393391
**Thank you for contributing to MinimalLambda!** 🚀

0 commit comments

Comments
 (0)