-
Notifications
You must be signed in to change notification settings - Fork 132
Code Contribution Guidelines
David Tingley edited this page Jun 14, 2017
·
4 revisions
- 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.
- Code should follow the Code Standards and Protocols and assume data is stored/formatted following Data Formatting Standards.
- Before submission to this final repository, at least one other person in the lab should try it and have it work.