From 6f5d19cd7afc37f9bfa69b199fd87f1d66e2c6b7 Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Tue, 5 Dec 2023 20:51:39 +0100 Subject: [PATCH] fix branch name --- CONTRIBUTING.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.pod b/CONTRIBUTING.pod index 6d7d717..018a8b5 100644 --- a/CONTRIBUTING.pod +++ b/CONTRIBUTING.pod @@ -10,7 +10,7 @@ How to contribute to C? Patches are welcome! They must be built against the -C> branch, +C> branch, then submitted as pull requests at GitHub. The documentation is written using the @@ -27,7 +27,7 @@ to render it in a terminal: git clone --origin upstream git://github.com/peczenyj/GDPR-IAB-TCFv2.git cd GDPR-IAB-TCFv2 - git checkout master + git checkout main =item 2. Install build dependencies @@ -37,7 +37,7 @@ Not required for doc patches. =item 3. Make your fix/feature - git checkout -b master + git checkout -b main # edit files and add modification @@ -76,7 +76,7 @@ Redo from step 3. =item * Bump C<$VERSION> - git checkout master + git checkout main # Bump version number $EDITOR lib/GDPR/IAB/TCFv2.pm # Update changelog @@ -88,7 +88,7 @@ Redo from step 3. =item * Release - git checkout master + git checkout main perl Makefile.PL make make test