Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (20 loc) · 568 Bytes

CONTRIBUTING.MD

File metadata and controls

35 lines (20 loc) · 568 Bytes

Filing Issues

When filing an issue, please use this template:

::

### Overview Description 

# Steps to Reproduce

1.
2.
3.

# Actual Results

# Expected Results

# Reproducibility

# Additional Information:

Make sure to include the stacktrace (if any), your Python version, and your platform!

PR Merge Criteria

For a PR to be merged, the following statements must hold true:

  • PEP8 has been enforced
  • All commits of the PR are atomic
  • The pull request was approved by a core maintainer