Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 571 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (15 loc) · 571 Bytes

Contributing guidelines

Welcome to TheAlgorithms/Dart!

Contributing

  • Fork this repo
  • Make some changes and pull a request
  • Your algorithm must be able to run on dartpad

New File Name guidelines

  • Use lowercase words with "_" as separator
  • For example
MyNewAlgorithm.dart     is incorrect
my_new_algorithm.dart    is correct format
My_New_Algorithm.dart    is correct format

Writer @StepfenShawn, Feb 2020.