mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-03 10:39:42 +08:00
Update CONTRIBUTION.md
add new directory updates.
This commit is contained in:
@@ -38,7 +38,8 @@ my_new_cpp_class.cpp is correct format
|
||||
- File name validation will run on docker to ensure the validity.
|
||||
|
||||
#### New Directory guidelines
|
||||
- Use lowercase words with ``"_"`` as separator ( no spaces or '-' allowed )
|
||||
- We recommend adding files to existing directories as mush as possible.
|
||||
- Use lowercase words with ``"_"`` as separator ( no spaces or ```"-"``` allowed )
|
||||
- For instance
|
||||
```
|
||||
SomeNew Fancy-Category is incorrect
|
||||
@@ -80,4 +81,4 @@ Common prefixes:
|
||||
- Checkout our [pull request template](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/.github/pull_request_template.md)
|
||||
|
||||
- Most importantly,
|
||||
- Happy coding!
|
||||
- Happy coding!
|
||||
|
||||
Reference in New Issue
Block a user