Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 461 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

27 lines (21 loc) · 461 Bytes

Status

READY/IN DEVELOPMENT/HOLD

Description

A few sentences describing the overall goals of the pull request's commits.

Related Issues

List related Issues against other branches:

Issue Description
link ...
link ...

Todos

  • Tests
  • Documentation

Steps to Test or Reproduce

Outline the steps to test or reproduce the PR here.

git pull --prune
git checkout <feature_branch>
python
...