Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.98 KB

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 1.98 KB

Introduction

You want to contribute to Algo-DS? Awesome! Feel welcome and read the following sections in order to know what and how to work on this repository. If you get into a problem, make an issue, and we'll respond!

Why the Guidelines

Following these guidelines helps to communicate that you respect the time of the everyone managing and contributing to this open source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests.

Contribution Guidelines

This is repository is aimed towards being a go to section for all new students to reference code from. Help us do that by adding algorithms and Data Structure implementations in the Languages you love to use!

Ground Rules

With great code, comes great responsibilities!

These are some general rules so everyone can contribute with no conflicts of any kind, either in code, or between contributors!

  • Ensure that the code you write contains proper comments and is formatted as the general convention of the language

  • If an issue is claimed by another contributor, please wait for atleast 10 days before asking claim for the issue.

  • For a new Issue, make sure that you add in a good level detail for the algorithm/Data Structure you are implementing.

  • Each code snippet is to contain some testing inputs to make sure that your code works well and specify where it fails.

  • Developing...