From 0b989710120135957e73d33f0bbb8a093499dedc Mon Sep 17 00:00:00 2001 From: Opencast Docs Bot Date: Fri, 20 Sep 2024 16:09:10 +0000 Subject: [PATCH] Build of develop from Fri Sep 20 16:09:10 UTC 2024 --- develop/admin/index.html | 2 +- develop/admin/sitemap.xml.gz | Bin 127 -> 127 bytes develop/commit | 12 ++- develop/developer/index.html | 2 +- .../development-process/index.html | 93 ++++++++++++++++++ develop/developer/search/search_index.json | 2 +- develop/developer/sitemap.xml.gz | Bin 127 -> 127 bytes 7 files changed, 104 insertions(+), 7 deletions(-) diff --git a/develop/admin/index.html b/develop/admin/index.html index 123eff8c0..7c11d68cd 100644 --- a/develop/admin/index.html +++ b/develop/admin/index.html @@ -763,5 +763,5 @@

Release Documentation

\ No newline at end of file diff --git a/develop/admin/sitemap.xml.gz b/develop/admin/sitemap.xml.gz index e3a7e25e09b5d3b360ec95acd846dc2bae77eb89..0f1e9d01da9602bbd6925523ccee98312a01cfd1 100644 GIT binary patch delta 13 Ucmb=gXP58h;9%JOW+Hn9036~3cK`qY delta 13 Ucmb=gXP58h;9!t=HIcmn02!+T(f|Me diff --git a/develop/commit b/develop/commit index 65834e5e4..ebdc95643 100644 --- a/develop/commit +++ b/develop/commit @@ -1,5 +1,9 @@ -commit b58562b53a8a7be190ec310f955b40a9ba1cf436 -Author: Lars Kiesow -Date: Wed Sep 18 15:51:50 2024 +0200 +commit aeff49f4d769e818a1b49d82ee1f1778880d5c5d +Author: Greg Logan +Date: Fri Sep 20 10:08:24 2024 -0600 - Merge r/16.x into develop + Merge branch 'documentation-reviews-tips' of Arnei/opencast into develop + + Pull request #6140 + + Add tips for pull request review to documentation diff --git a/develop/developer/index.html b/develop/developer/index.html index 30005b456..ea8ec853d 100644 --- a/develop/developer/index.html +++ b/develop/developer/index.html @@ -426,5 +426,5 @@

Opencast Development Guides

\ No newline at end of file diff --git a/develop/developer/participate/development-process/index.html b/develop/developer/participate/development-process/index.html index 1dd0ec52c..c2dca10c8 100644 --- a/develop/developer/participate/development-process/index.html +++ b/develop/developer/participate/development-process/index.html @@ -35,6 +35,7 @@ var pageToc = [ {title: "Development Process", url: "#_top", children: [ {title: "Contributing Code", url: "#contributing-code" }, + {title: "Reviewing Code", url: "#reviewing-code" }, {title: "Git Repository Branching Model", url: "#git-repository-branching-model" }, {title: "Release Process", url: "#release-process" }, {title: "Quality Assurance", url: "#quality-assurance" }, @@ -101,6 +102,24 @@

Development Process

+
  • Reviewing Code +
  • Git Repository Branching Model
  • Release Process