From 32816c3c2f7c2847e9a8426cd96faed879af35a4 Mon Sep 17 00:00:00 2001 From: Joshua Sziede <jsziede@yahoo.com> Date: Mon, 19 Nov 2018 22:04:16 -0500 Subject: [PATCH] Create Git_Standards.md --- documents/Git_Standards.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 documents/Git_Standards.md diff --git a/documents/Git_Standards.md b/documents/Git_Standards.md new file mode 100644 index 0000000..acbe279 --- /dev/null +++ b/documents/Git_Standards.md @@ -0,0 +1,10 @@ +## Git Standards + +In order to maintain reliablility within our program, we must create standards for committing. Before we can push a commit to GitHub, we must ensure the following: +* A readme exists for every directory +* All unit tests must pass +* File naming conventions are met +* Only a user with sufficient permissions may contribute +* Programming standards apply to every source file +* If pushing code, commit description must be provided +* Adding/changing files need only a default commit description -- GitLab