This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-training.git
The following commit(s) were added to refs/heads/asf-site by this push:
new fd28c1b Site checkin for project Training: Website
fd28c1b is described below
commit fd28c1b35807675787b5231d3e1f969ac6f265bc
Author: jenkins <[email protected]>
AuthorDate: Mon Oct 21 19:59:00 2019 +0000
Site checkin for project Training: Website
---
developers/contributing.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/developers/contributing.html b/developers/contributing.html
index e31f2cd..0c4faad 100644
--- a/developers/contributing.html
+++ b/developers/contributing.html
@@ -194,7 +194,10 @@
<div class="sect3">
<h4 id="_toc_review_process1">Review Process</h4>
<div class="paragraph">
- <p>The Training project follows a review-then-commit workflow, which
basically means that no commit should be made to the repository that has not
been reviewed and approved by the required number of persons.</p>
+ <p>The Training project follows a review-then-commit (RTC) workflow for
core modules such as the presentation framework, themes and stuff used by
presentations, and a commit-then-review (CTR) model for content modules.</p>
+ </div>
+ <div class="paragraph">
+ <p>Review-then-commit means that no commit should be made to the
repository that has not been reviewed and approved by the required number of
persons. Where as, commit-then-review model allows for faster and simpler
contribution of content to training project. CTR also applies if no one objects
to a PR for first 72 hours.</p>
</div>
<div class="paragraph">
<p>For reviews we distinguish between <em>content</em> commits that add
content to training decks and <em>functional</em> commits like code changes to
tools or similar things.</p>