Update contribution guide.

This commit is contained in:
Oleksii Trekhleb 2018-07-26 15:33:00 +03:00
parent 324e761c07
commit 8da83cd9dc

View File

@ -16,7 +16,7 @@ related `README.xx-XX.md` files in each of them.
**Contributing New Algorithms** **Contributing New Algorithms**
- Make you pull requests to be **specific** and **focused**. Instead of - Make your pull requests to be **specific** and **focused**. Instead of
contributing "several sorting algorithms" all at once contribute them all contributing "several sorting algorithms" all at once contribute them all
one by one separately (i.e. one pull request for "Quick Sort", another one one by one separately (i.e. one pull request for "Quick Sort", another one
for "Heap Sort" and so on). for "Heap Sort" and so on).