Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 526 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 526 Bytes

Contribution

In order to contribute to this project, follow the following steps:

  • Fork the repository
  • Create a new project inside the corresponding folder (Or create a new folder!)
  • Implement your algorithm.
  • Add a test in the Tests folder. Refer to the BubblesortTests.cs file for reference on how to create a test.
  • Create a pull request ✨ and reference the main issue