diff --git a/documents/Git_Standards.md b/documents/Git_Standards.md new file mode 100644 index 0000000000000000000000000000000000000000..acbe2791ae8f02e077d10b8cfd8f16c3c0d7fb00 --- /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