Please follow the steps in the guidelines below (you can find an example following the guidelines). If in doubt, ask Dzhoshkun Shakir (d.shakir@ucl.ac.uk).
- Create a new issue.
- Branch off
devfor the new issue. - Define your tests (usually in the
NiftyMatch-Testrepository). - Do your coding.
- TEST YOUR IMPLEMENTATION.
- MAKE SURE CONTINUOUS INTEGRATION BUILDS OF YOUR BRANCH ARE OK.
- Submit a pull request from the new branch to
dev.
- When you add a new issue numbered
19and entitledAdd support for interpolation, - branch off
devto a new branch called19-add-support-for-interpolation. - Think about how you will test the interpolation method you'll implement. If needed, add automated tests into
NiftyMatch-Test. - Implement the interpolation method.
- TEST YOUR IMPLEMENTATION.
- MAKE SURE CONTINUOUS INTEGRATION BUILDS OF
19-add-support-for-interpolationARE OK. - Submit a pull request from
19-add-support-for-interpolationtodev.