mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update CONTRIBUTION.md
add new directory updates.
This commit is contained in:
parent
194b039001
commit
cacd1ebcba
@ -38,7 +38,8 @@ my_new_cpp_class.cpp is correct format
|
|||||||
- File name validation will run on docker to ensure the validity.
|
- File name validation will run on docker to ensure the validity.
|
||||||
|
|
||||||
#### New Directory guidelines
|
#### 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
|
- For instance
|
||||||
```
|
```
|
||||||
SomeNew Fancy-Category is incorrect
|
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)
|
- Checkout our [pull request template](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/.github/pull_request_template.md)
|
||||||
|
|
||||||
- Most importantly,
|
- Most importantly,
|
||||||
- Happy coding!
|
- Happy coding!
|
||||||
|
Loading…
Reference in New Issue
Block a user