Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 808 Bytes

pull_request_template.md

File metadata and controls

19 lines (16 loc) · 808 Bytes

Checklist

  • 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 then docker-compose up)

Changes of Interest

Point to any code you added that is complicated or that you are uncertain about.

Questions

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/Proposals

Suggestions and proposals as to refactors or functionality that would be nice to add later.