Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 417 Bytes

contributing.md

File metadata and controls

6 lines (6 loc) · 417 Bytes

Contribution Rules

  • Make an individual pull request for each suggestion.
  • Take a look at Issues and see what needs improvement.
  • Make sure your code is useful before submitting. That implies it having improvements and good differencies compared to the previous code.
  • Protect the style of coding,e.g. method name: methodName,class name: Animal,etc.
  • We prefer when code is easy understandable and/or commented.