Skip to content

Commit 2fa387e

Browse files
authored
Merge pull request #8577 from YangHgRi/patch-1
doc: fix incorrect outline order in contributors/guide/pull-requests.md
2 parents 04a0dd1 + 77c9430 commit 2fa387e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributors/guide/pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ It should serve as a reference for all contributors, and be useful especially to
2424
- [Best Practices for Faster Reviews](#best-practices-for-faster-reviews)
2525
- [Familiarize yourself with project conventions](#familiarize-yourself-with-project-conventions)
2626
- [Is the feature wanted? File a Kubernetes Enhancement Proposal](#is-the-feature-wanted-file-a-kubernetes-enhancement-proposal)
27+
- [KISS, YAGNI, MVP, etc.](#kiss-yagni-mvp-etc)
2728
- [Smaller Is Better: Small Commits, Small Pull Requests](#smaller-is-better-small-commits-small-pull-requests)
2829
- [Open a Different Pull Request for Fixes and Generic Features](#open-a-different-pull-request-for-fixes-and-generic-features)
2930
- [Don't Open Pull Requests That Span the Whole Repository](#dont-open-pull-requests-that-span-the-whole-repository)
3031
- [Comments Matter](#comments-matter)
3132
- [Test](#test)
3233
- [Squashing](#squashing)
3334
- [Commit Message Guidelines](#commit-message-guidelines)
34-
- [KISS, YAGNI, MVP, etc.](#kiss-yagni-mvp-etc)
3535
- [It's OK to Push Back](#its-ok-to-push-back)
3636
- [Common Sense and Courtesy](#common-sense-and-courtesy)
3737
- [Trivial Edits](#trivial-edits)

0 commit comments

Comments
 (0)