Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 795 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

24 lines (14 loc) · 795 Bytes

Warning

Make sure you have read the CONTRIBUTION guidelines and to have an open issue already created before submitting a Pull Request

Summary of the changes

<< Explain the overall functionality addition or corrections. >>

<< Optionally, list all the classes affected by the changes and explain the changes >>

Tests

<< Any dependency for the tests should be listed in here, such as specific datasets to be used that are not part of the \data directory. >>

  1. << Description of test1 >>

<< steps to execute test1 >>

<< expected output for test1 >>

  1. << Description of test2 >>

<< steps to execute test2 >>

<< expected output for test2 >>

<< Include as many tests as necessary >>