CONTRIBUTING.md

Contributing

We use the branching strategy outlined here for this project. Outside contributors are welcome, and are welcome to fork the repository and create a pull request to contribute. All contributions should include at least one unit test. For example, in Python, a function such as the one that follows should be included,

if __name__ == __main__:
  def unit_test(func_args):
    assert added_function(func_args) == expected_output()

  unit_test(func_args)

All contributors are required to follow the Code of Conduct and any behaviour otherwise will not be tolerated.



UBC-MDS/ezmodelR documentation built on May 25, 2019, 1:35 p.m.