- All
TODO
's are done and removed - All
console.log
's are removed - No secure information in committed yaml files
-
package.json
has correct information and dependencies - Documented any complicated or confusing code
- Updated api-docs
- No linter errors
-
npm run docs
runs successfully - Docker image builds (run
npm run compile
thendocker-compose up
)
Point to any code you added that is complicated or that you are uncertain about.
Ask questions to clarify how something is working or why something exists, either in this project or code referenced while working on this PR.
Suggestions and proposals as to refactors or functionality that would be nice to add later.