From 45885ba7f9a2ea63ca181888a153e3dc2f00b339 Mon Sep 17 00:00:00 2001
From: Spencer Smith <smiths@mcmaster.ca>
Date: Wed, 7 Oct 2020 11:06:56 -0400
Subject: [PATCH] Additional points to checklist, focusing on content of
 previous unit vnv checklist

---
 BlankProjectTemplate/docs/VnVPlan/VnV-Checklist.tex | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/BlankProjectTemplate/docs/VnVPlan/VnV-Checklist.tex b/BlankProjectTemplate/docs/VnVPlan/VnV-Checklist.tex
index 7dd4310..3805eca 100644
--- a/BlankProjectTemplate/docs/VnVPlan/VnV-Checklist.tex
+++ b/BlankProjectTemplate/docs/VnVPlan/VnV-Checklist.tex
@@ -81,6 +81,15 @@
 \item Plans for the use of student colleague reviewers beyond just assigning
   them to review - maybe introduce task based inspection?
 \item Very careful use of random testing
+\item Specific programming language is listed
+\item Specific linter tool is listed (if appropriate)
+\item Specific coding standard is given
+\item Specific unit testing framework is given
+\item Investigation of code coverage measuring tools
+\item Specific plans for Continuous Integration (CI), or an explanation that CI
+  is not being done
+\item Specific performance measuring tools listed (like Valgrind), if
+  appropriate
 \end{todolist}
 
 \end{itemize}
-- 
GitLab