Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Latest commit

 

History

History
54 lines (36 loc) · 1.29 KB

pull_request_template.md

File metadata and controls

54 lines (36 loc) · 1.29 KB

Pull Request Overview

  • Specify a list of summary items that this PR is accomplishing
  • Specify any database updates

Review Notes

  • Specify a list of any items, notes, or qualifiers that need to be known in order to efficiently review this PR

Model Updates [OPTIONAL]

ExampleModel

  • guid
  • example_attribute

Database Updates [OPTIONAL]

Specify any new/modified/removed database tables

REST API Updates [OPTIONAL]

A new example POST API is defined with its expected parameters, if needed to be specified for a thorough review

[POST] /api/v1/module/endpoint/
{
    'example_attribute': 'example',
}

Invoke CLI Updates [OPTIONAL]

Here is an example invoke that shows the new functionality

$ invoke app.module.task
<copy relevant terminal output>