Sathyabama-Coding-Club / HacktoberFest2019

This repository is a part of HacktoberFest, an event organised by DigitalOcean.
https://hacktoberfest.digitalocean.com/
15 stars 52 forks source link

Contribution Guidelines #5

Open AkashM398 opened 5 years ago

AkashM398 commented 5 years ago

Contributing

Resources

GIT

How to contribute your code?

Suggesting an algorithm / DS

Use a Consistent Coding Style

Shortlog

Example:

quicksort.py: Add QuickSort Algorithm 

Commit Body

Example:

This adds QuickSort Algorithm which return the concatenation of the quicksorted list of elements that are less than or equal to the pivot, the pivot, and the quicksorted list of elements that are greater than the pivot.

Credits - FnPlus

rohitjmathew commented 5 years ago

@AkashM398 This can be converted into a CONTRIBUTING.md

I shall pick this up and add it.

AkashM398 commented 5 years ago

Hello @rohitjmathew, you could find the CONTRIBUTING.md in the asset directory, you can create a new issue if you would like add some useful information.

rohitjmathew commented 5 years ago

Hey, thanks for the quick reply.

Generally, a CONTRIBUTING.md is kept on the root directory of the project to make it easy for potential contributors to understand the project and its relevant guidelines. I suggest moving it to the root directory.

AkashM398 commented 5 years ago

Thank you for your suggestion, appreciated!!