diff --git a/categories/project-delivery/rules-to-better-branching-and-builds.md b/categories/project-delivery/rules-to-better-branching-and-builds.md index 94c6689f14..266594dc6f 100644 --- a/categories/project-delivery/rules-to-better-branching-and-builds.md +++ b/categories/project-delivery/rules-to-better-branching-and-builds.md @@ -9,6 +9,7 @@ index: - do-you-know-that-branches-are-better-than-labels - do-you-know-the-minimum-builds-to-create-for-your-project - do-you-know-when-to-branch-in-git +- branch-naming - do-you-know-when-to-branch - do-you-know-when-to-use-an-on-premises-build-server-with-visual-studio-online - do-you-swarm-to-fix-the-build diff --git a/categories/software-engineering/rules-to-better-github.md b/categories/software-engineering/rules-to-better-github.md index bdd14d45a3..e3ba72a79c 100644 --- a/categories/software-engineering/rules-to-better-github.md +++ b/categories/software-engineering/rules-to-better-github.md @@ -14,6 +14,7 @@ index: - write-a-good-pull-request - use-and-indicate-draft-pull-requests - do-you-know-when-to-branch-in-git + - branch-naming - useful-information-on-changes - rubber-stamp-prs - adding-changes-to-pull-requests