Mercurial > repos > public > sbplib_julia
comparison WORKFLOW.md @ 1161:74c09b5f63eb worklowdocs
Start writing a file discribing the development workflow
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 29 Nov 2022 22:34:16 +0100 |
parents | |
children | 32b4d324fd98 |
comparison
equal
deleted
inserted
replaced
1160:1e44375d8a67 | 1161:74c09b5f63eb |
---|---|
1 # Branch model | |
2 | |
3 # Review | |
4 | |
5 ## Checklist for review | |
6 * Push and pull new changes | |
7 * Search and check TODOs | |
8 * Search and check TBDs | |
9 * Search and check REVIEWs | |
10 * Review code | |
11 * Review tests | |
12 * Review Docstrings | |
13 * Render Documenter and check docstrings in browser | |
14 * Run full tests |