(no commit message)
authorlkcl <lkcl@web>
Fri, 24 Jan 2020 08:15:58 +0000 (08:15 +0000)
committerIkiWiki <ikiwiki.info>
Fri, 24 Jan 2020 08:15:58 +0000 (08:15 +0000)
HDL_workflow.mdwn

index e50931f84196468ac66d1cffd571ea239d5d18ca..ba19ea4584b15fd34944fc70b3b593e50bddf215 100644 (file)
@@ -109,6 +109,8 @@ Look up good tutorials on how to use git effectively.  There are so many it is h
 
 If working all day you should expect to be making at least two commits per hour, so should become familiar with it very quickly.  If you are *not* doing around 2 commits per hour, something is wrong and you should read the workflow instructions below more carefully, and also ask for advice on the mailing list.
 
+Worth noting: *this project does not use branches*. All code is committed to master and we *require* that it be either zero-impact additions or that relevant unit tests pass 100%.  This ensures that people's work does not get "lost" or isolated and out of touch due to major branch diversion, and that people communicate and coordinate with each other.
+
 ## yosys
 
 Follow the source code (git clone) instructions here: <http://www.clifford.at/yosys/download.html>