Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 756 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (20 loc) · 756 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:

PR Merge Criteria

Attention: Please make sure that you merge your PR into dev, if it's a feature, and into master if you supply a hotfix! Also ensure you're developing from dev, not master, since the latter is not always kept up-to-date!

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