From 0d8fbcc8e41c7a573c86bb8246c9b9900171ef71 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 5 Dec 2019 08:45:53 +0100 Subject: [PATCH] Update CONTRIBUTION.md --- CONTRIBUTION.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 89985b6a5..5e9526983 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -44,12 +44,12 @@ my_new_cpp_class.cpp is correct format ``` SomeNew Fancy-Category is incorrect some_new_fancy_category is correct - -- It will be used to dynamically create a directory of files and implementation. -- File name validation will run on docker to ensure the validity. +``` +- Filepaths will be used to dynamically create a directory of our algorithms. +- Filepath validation will run on GitHub Actions to ensure compliance. #### Commit Guidelines -- It is recommended to keep your changes grouped logically within individual commits. Contributors find it easier to understand changes that are logically spilt across multiple commits. Try to modify just one or two files in the same directory. Pull requests that span multiple directories are often rejected. +- It is recommended to keep your changes grouped logically within individual commits. Maintainers find it easier to understand changes that are logically spilt across multiple commits. Try to modify just one or two files in the same directory. Pull requests that span multiple directories are often rejected. ``` git add file_xyz.cpp git commit -m "your message"