From 7a8b5c93462ccb809d89219fff5cd9b089b6ac8f Mon Sep 17 00:00:00 2001 From: bhaumikmistry Date: Wed, 27 Nov 2019 10:26:36 -0500 Subject: [PATCH] add new guidelines --- CONTRIBUTION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index df2a6b915..902ceea6e 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -31,14 +31,14 @@ We are very happy that you consider implementing algorithms and data structure f - Use lowercase words with ``"_"`` as separator - For instance ``` -MyNewCppClass.cpp is incorrect +MyNewCppClass.CPP is incorrect my_new_cpp_class.cpp is correct format ``` - It will be used to dynamically create a directory of files and implementation. - File name validation will run on docker to ensure the validity. #### Commit Guidelines -- It is recommended to keep your changes grouped logically within individual commits. Contributors find it easier to review changes that are silt across multiple commits. +- It is recommended to keep your changes grouped logically within individual commits. Contributors find it easier to review changes that are split across multiple commits. ``` git add file_xyz.cpp git commit -m "your message"