Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.44 KB

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 1.44 KB

Contribution Guidelines

Welcome hackers it is really awesome have you here! Before start contributing with this project make sure you read our Code Of Conduct, it is really important to make this inclusive and open to everyone

Do you have some funny algorithm and want to share with the world?

Add in this repository so others can find it too and have funny moments reading code, but make sure that your code does not violate our code of conduct, to add you code follow these steps!

Submitting a pull request

  1. Fork and clone the repository
  2. Create a new branch: git checkout -b my-branch-name
  3. Add your code in a folder with the section that your algorithm belongs, like if you are uploading a funny sort algorithm add your algorithm inside the "sort" folder
  4. Add commentaries in your code to explain what exactly it does, why it is funny and you can comment some things like about the complexity of the code.
  5. Push to your fork and submit a pull request
  6. Pat your self on the back and wait for your pull request to be reviewed and merged.

Resources