Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 633 Bytes

File metadata and controls

8 lines (6 loc) · 633 Bytes

Need to deprecate. CONTRIBUTING.md is the correct file.

We heartily welcome anyone to help contribute to the MIDCA Project! Please use the following guidelines when contributing to the project:

  • Use Pep8 code style
  • Python 3.*
  • We recommend using PyCharm (available for free) for development; if you prefer to edit files in another manner, please be sure it adheres to Python 3 standards (no use of tabs as whitespace)
  • New features should be pushed to a branch that begins with your last name followed by one or two word description of the feature, such as "<last_name>_fix_testing", replacing <last_name> with your last name