From d81e0b9b80d075f4a758dd5ec971a3b5d2d9ea95 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 12 Jan 2024 12:23:02 -0500 Subject: [PATCH] 2024-01-12 Fred Gleason * Changed the recommended base branch for PRs from 'master' to 'v4' in the 'CONTRIBUTING CHANGES' section of 'CODINGSTYLE'. Signed-off-by: Fred Gleason --- CODINGSTYLE | 6 +++--- ChangeLog | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CODINGSTYLE b/CODINGSTYLE index 38f54e25..b65e688e 100644 --- a/CODINGSTYLE +++ b/CODINGSTYLE @@ -371,14 +371,14 @@ a GUI context. They should *not* be used in other contexts, including CONTRIBUTING CHANGES: -The master code repository for Rivendell resides at GitHub, and can be +The primary code repository for Rivendell resides at GitHub, and can be found at: https://github.com/ElvishArtisan/rivendell Changes should be submitted in the form of a pull request [PR] against -the 'master' branch. Information about drafting and submitting PRs can -be found at: +the default branch ('v4' as of this writing). Information about drafting and +submitting PRs can be found at: https://help.github.com/en/articles/about-pull-requests diff --git a/ChangeLog b/ChangeLog index 9e459737..52f8a0ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24603,3 +24603,6 @@ from '00:00:00' to NULL. * Fixed a regression in rdairplay(1) that caused the 'Sch. Time' column to be removed from the Full Log lists. +2024-01-12 Fred Gleason + * Changed the recommended base branch for PRs from 'master' to 'v4' + in the 'CONTRIBUTING CHANGES' section of 'CODINGSTYLE'.