From 35fdeeef2dce25d4f925d06fdb7de4120af499c5 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Tue, 28 Jan 2020 11:50:45 -0500 Subject: [PATCH] 2020-01-28 Fred Gleason * Added a section concerning default configuration files to the 'PULL REQUEST CHECKLIST' section of 'CODINGSTYLE'. --- CODINGSTYLE | 9 +++++++-- ChangeLog | 3 +++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CODINGSTYLE b/CODINGSTYLE index 63bd85f7..86c781f6 100644 --- a/CODINGSTYLE +++ b/CODINGSTYLE @@ -319,7 +319,12 @@ For example: * Modified the code in 'lib/rdimport_audio.cpp' to use the 'RDCart::setMetadata()' and 'RDCut::setMetadata()' methods. -3) If your change alters any user-visible aspect (UI or behavior), update +3) If your changes add, remove or change the behavior of one or more + configuration entries in rd.conf(5), update the default configuration + file ('conf/rd.conf-sample') accordingly. Similiarly, for PyPAD scripts, + be sure to update the corresponding '-exemplar' files. + +4) If your changes alter any user-visible aspect (UI or behavior), update the user documentation appropriately. The documentation is written in DocBook 5 markup, and can be found at the following locations in the source tree: @@ -330,7 +335,7 @@ For example: Internal and public APIs - 'docs/apis/'. -4) If you wish your work to be mentioned in the 'Credits' list displayed in +5) If you wish your work to be mentioned in the 'Credits' list displayed in rdadmin(1), add or modify the appropriate entry in the 'AUTHORS' file. Entries should be sorted by surname, then christian name of the author. diff --git a/ChangeLog b/ChangeLog index 3ae5f27b..30d521df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19431,3 +19431,6 @@ test empty strings. 2020-01-27 Fred Gleason * Incremented the package version to 3.2.1int0. +2020-01-28 Fred Gleason + * Added a section concerning default configuration files to the + 'PULL REQUEST CHECKLIST' section of 'CODINGSTYLE'.