diff --git a/chapters/development/version-control.adoc b/chapters/development/version-control.adoc index 5b6c58006..6d14e9e22 100644 --- a/chapters/development/version-control.adoc +++ b/chapters/development/version-control.adoc @@ -3,6 +3,9 @@ [#255] +== {MUST} use enterprise account +All commissioned code is intellectual property and must be stored in a Pon-managed source code repository, preferably in the Pon-maintained Github environment. Use of personal accounts to store and version code that is intellectual property is strictly prohibited. + == {MUST} use review guidelines for version control All code must be reviewed according to documented and approved guidelines. @@ -13,7 +16,7 @@ Relates to <<244>>. * Start reviewing only if the author approved the pull request (PR) and the pipeline passed the linting and automated tests. * A review will always result in either an approved or declined PR. * A declined PR must be recreated, preferably by the author, when issues have -been addressed. +been addressed. * Write comments in a clear, concise, constructive and unambiguous manner as described in <<245>>.