Update CONTRIBUTION.md

add new directory updates.
This commit is contained in:
Bhaumik Mistry
2019-12-02 13:03:29 -05:00
committed by GitHub
parent 194b039001
commit cacd1ebcba

View File

@@ -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!