mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-04 19:20:17 +08:00
add new guidelines
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user