1:: Verify that there aren't unexpected commits or commits that are only 1/2 committed.
 
-1: Run 'git diff' and verify that the diffs are correct
+1: Run 'git diff' and verify that the diffs are correct.
+
+1: If you added new files, did you
+1::put our Copyright notice at the top of the file?
+1:: #include  condor_common.h as the first include file (and if not, do you have a specific reason) ?
+1:: add the file(s) to both the required Imakefile(s) and also the Windows Visual Studio project files(s) ?
 
 1: Did you build and test your changes?