From 93cfc320cfac88e47883300b7e744098e6afb545 Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Tue, 1 Aug 2023 14:50:16 +0000 Subject: [PATCH] Update PR template (#627) Noted by @ infinoid (thanks!) Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/627 --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5480e65..08714fa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,7 @@ Please check the following: -1. Make sure you are targeting the `master` branch, pull requests on release branches are only allowed for bug fixes. -2. Read contributing guidelines: https://gitea.com/gitea/go-sdk/src/branch/master/CONTRIBUTING.md +1. Make sure you are targeting the `main` branch, pull requests on release branches are only allowed for bug fixes. +2. Read contributing guidelines: https://gitea.com/gitea/go-sdk/src/branch/main/CONTRIBUTING.md 3. Describe what your pull request does and which issue you're targeting (if any) **You MUST delete the content above including this line before posting, otherwise your pull request will be invalid.**