diff --git a/d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html b/d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html index 6760a5cd8..0f676a5cb 100644 --- a/d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html +++ b/d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html @@ -96,55 +96,55 @@ $(document).ready(function(){initNavTree('d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.htm

Before contributing

-

Welcome to TheAlgorithms/C-Plus-Plus! Before submitting pull requests, please make sure that you have read the whole guidelines. If you have any doubts about this contribution guide, please open an issue and clearly state your concerns.

+

Welcome to TheAlgorithms/C-Plus-Plus! Before submitting pull requests, please make sure that you have read the whole guidelines. If you have any doubts about this contribution guide, please open an issue or ask in our Discord server, and clearly state your concerns.

Contributing

Contributor

-

We are very happy that you consider implementing algorithms and data structures for others! This repository is referred to and used by learners from around the globe. Being one of our contributors, you agree and confirm that:

+

Being a contributor at The Algorithms, we request you to follow the points mentioned below:

-

New implementation New implementation are welcome!

-

Improving comments and adding tests to existing algorithms are much appreciated.

-

Issues Please avoid opening issues asking to be "assigned” to a particular algorithm. This merely creates unnecessary noise for maintainers. Instead, please submit your implementation in a pull request and it will be evaluated by project maintainers.

+

New implementation New implementations are welcome!

+

You can add new algorithms or data structures which are not present in the repository or that can improve the old implementations (documentation, improving test cases, removing bugs or in any other resonable sense)

+

Issues Please avoid opening issues asking to be "assigned” to a particular algorithm. This merely creates unnecessary noise for maintainers. Instead, please submit your implementation in a pull request, and it will be evaluated by project maintainers.

Making Changes

Code

Documentation

Test

Typical structure of a program

@@ -225,15 +225,15 @@ Typical structure of a program

New File Name guidelines

MyNewCppClass.CPP is incorrect
my_new_cpp_class.cpp is correct format

New Directory guidelines

@@ -251,7 +251,7 @@ New Directory guidelines

Commit Guidelines

git add file_xyz.cpp
git commit -m "your message"
@@ -296,7 +296,7 @@ Code Formatter

GitHub Actions