From b8afb1bf9735bd89c56e0e4ebfd489ccd2981060 Mon Sep 17 00:00:00 2001 From: Pieter Viljoen Date: Thu, 15 Jan 2026 12:09:29 -0800 Subject: [PATCH 1/2] Branding Signed-off-by: Pieter Viljoen --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f32960fc..4a83e2d9 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Packages published on [NuGet](https://www.nuget.org/packages/ptr727.ProjectTempl ssh -v -T git@github.com ``` -- Configure git for [SSH signing](https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key): +- Configure Git for [SSH signing](https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key): ```shell git config --global gpg.format ssh @@ -91,7 +91,7 @@ Packages published on [NuGet](https://www.nuget.org/packages/ptr727.ProjectTempl dotnet outdated --upgrade:prompt ``` -- Linux / MacOS: +- Linux / macOS: - Verify that shell files are `+x` executable and `LF` line ending mode. - Verify that there are no duplicate files with different case names. From 902e0041d8f6fb77d92631c4abd960a718562c41 Mon Sep 17 00:00:00 2001 From: Pieter Viljoen Date: Thu, 15 Jan 2026 12:14:36 -0800 Subject: [PATCH 2/2] Allow only squash merging Signed-off-by: Pieter Viljoen --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4a83e2d9..1d4f3b31 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,6 @@ Packages published on [NuGet](https://www.nuget.org/packages/ptr727.ProjectTempl - General: - Default branch: `main` - Pull requests: - - `Allow merge commits` - `Allow squash merging` - `Always suggest updating pull request branches` - `Allow auto-merge`