## ----contributor_flow, eval=FALSE--------------------------------------------- # # contributor code: # # 1. Fork or clone the artma repository. # # 2. Create a feature branch based on master. # # 3. Make changes locally (adding features, fixing bugs, etc.). # # 4. Push the branch to your fork or to the main repo (if you have permissions). # # 5. Open a pull request against master. ## ----reviewer_flow, eval=FALSE------------------------------------------------ # # reviewer code: # # 1. Review the open pull request. # # 2. Confirm all checks (R CMD check, lint, tests) pass. # # 3. Request changes or merge, if it looks good.