Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 994 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 994 Bytes

Contribution Guidelines

You can contribute with this project suggesting or implementing new algorithms.

When suggesting new algorithms, please ensure that your issue entry adheres to the following guidelines:

  • Check the issue tracker before making a suggestion, as yours may be a duplicate.
  • Name the issue with the name of the algorithm.
  • Provide a short but effective description of what the algorithm does.
  • Check your spelling and grammar.
  • Include a problem where this algorithm can be used.
  • Don't forget to add a category to your issue.

When submitting a new implementation, check if your pull request follows this guidelines:

  • Search previous submissions before making a new one, as yours may be a duplicate.
  • Make an individual pull request for each suggestion.
  • Make sure your code follows the pattern used in the other implementations. (Check my .vimrc)

Thank you for your contributions!