From 7a690ee9da1fcf9e06b02453876bbe7e61fe7ee9 Mon Sep 17 00:00:00 2001 From: jmeridth Date: Fri, 16 Feb 2024 12:31:25 -0600 Subject: [PATCH] chore: remove references to master branch - [x] fix link on PULL_REQUEST_TEMPLATE also Signed-off-by: jmeridth --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f8c9e83..28db7b3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ Checklist: * [ ] I have updated the necessary documentation -* [ ] I have signed off all my commits as required by [DCO](https://github.com/procore-oss/blueprinter/blob/main/CONTRIBUTING.md) +* [ ] I have signed off all my commits as required by [DCO](https://github.com/procore-oss/ruby-sdk/blob/main/CONTRIBUTING.md) * [ ] My build is green