Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.34 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

54 lines (39 loc) · 1.34 KB

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates

Description

Additional Changes

  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

How did you test it?

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed submitted code
  • I added unit tests for my changes where possible
  • I added a CHANGELOG entry if applicable