Skip to content

Commit ddd250e

Browse files
authored
Fix md-lint and copilot instructions (#121421)
* Fixes md-lint issue from copilot in #121328 * Updates copilot instructions to not have trailing whitespace in md files
1 parent ae7e004 commit ddd250e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ In addition to the rules enforced by `.editorconfig`, you SHOULD:
2323
- When running tests, if possible use filters and check test run counts, or look at test logs, to ensure they actually ran.
2424
- Do not finish work with any tests commented out or disabled that were not previously commented out or disabled.
2525
- When writing tests, do not emit "Act", "Arrange" or "Assert" comments.
26+
- For markdown (`.md`) files, ensure there is no trailing whitespace at the end of any line.
2627

2728
---
2829

docs/project/library-servicing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Servicing branches represent shipped versions of .NET. The branch naming convent
77
- **For .NET 8 and .NET 9**: Branch names use the format `release/X.0-staging`. Examples:
88
- `release/9.0-staging`
99
- `release/8.0-staging`
10-
10+
1111
- **For .NET 10+**: Branch names use the format `release/X.0` (no `-staging` suffix). Examples:
1212
- `release/10.0`
1313
- `release/11.0`
@@ -36,7 +36,7 @@ All the servicing change must go through an approval process. You have two ways
3636
For .NET 8 and .NET 9 (use `-staging` suffix):
3737
- `/backport to release/9.0-staging`
3838
- `/backport to release/8.0-staging`
39-
39+
4040
For .NET 10+ (no `-staging` suffix):
4141
- `/backport to release/10.0`
4242
- `/backport to release/11.0`
@@ -55,4 +55,4 @@ For all cases, you must:
5555

5656
The area owner can then merge the PR once the CI looks good (it's either green or the failures are investigated and determined to be unrelated to the PR).
5757

58-
**Note**: Applying the `Servicing-approved` label ensures the `check-service-labels` CI job passes, which is a mandatory requirement for merging a PR in a servicing branch.
58+
**Note**: Applying the `Servicing-approved` label ensures the `check-service-labels` CI job passes, which is a mandatory requirement for merging a PR in a servicing branch.

0 commit comments

Comments
 (0)