Skip to content

Latest commit

 

History

History
91 lines (83 loc) · 3.96 KB

pull_request_template.md

File metadata and controls

91 lines (83 loc) · 3.96 KB

Overview:

Addresses:

Type of Fix:

  • 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)
  • Documentation Change

Solution:

Changes:

Validation:

Screenshots:

Unit Tests:

Script to reproduce error and fix:

Configuration details:

Checklist

  • My code follows Allen Institute Contribution Guidelines
  • My code is unit tested and does not decrease test coverage
  • I have performed a self review of my own code
  • My code is well-documented, and the docstrings conform to Numpy Standards
  • I have updated the documentation of the repository where appropriate
  • The header on my commit includes the issue number
  • My Pull Request has the latest AllenSDK release candidate branch rc/x.y.z as its merge target
  • My code passes all AllenSDK tests

Notes: