Files
bitfinex-api-py/.github/PULL_REQUEST_TEMPLATE.md

1.3 KiB

Description

Motivation and Context

PR fixes the following issue:

Type of change

  • Bug fix (non-breaking change which fixes an issue);
  • New feature (non-breaking change which adds functionality);
  • Breaking change (fix or feature that would cause existing functionality to not work as expected);
  • This change requires a documentation update;

Checklist:

  • I've done a self-review of my code;
  • I've made corresponding changes to the documentation;
  • I've made sure my changes generate no warnings;
  • mypy returns no errors when run on the root package;
  • I've run black to format my code;
  • I've run isort to format my code's import statements;
  • flake8 reports no errors when run on the entire code base;