Skip to content

Code Contribution Guidelines

David Tingley edited this page Jun 14, 2017 · 4 revisions
  1. Code should note duplicate functionality. i.e. if there is already a function (code) in the repo that serves a function (purpose). You should try to merge them (without destroying backwards compatibility) - discuss your merge in the slack channel.
  2. Code should follow the Code Standards and Protocols and assume data is stored/formatted following Data Formatting Standards.
  3. Before submission to this final repository, at least one other person in the lab should try it and have it work.