Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.07 KB

pull_request_template.md

File metadata and controls

43 lines (23 loc) · 1.07 KB

New Pull Request

Please don't hesitate to ask questions about anything on this template. The template helps streamline the code review process for the repository maintainers, but should not be a barrier to your contribution if some of the questions are confusing or irrelevant to your change.

What is in this PR?

Select all that apply

  • Bugfix

  • New feature

  • Documentation improvements

  • Improved test coverage

  • Other: (Please specify)

Issue

If this PR corresponds to an issue, please link the issue number here.

Abstract

1 - 2 sentence non-technical description of the changes in this PR

Technical Description

If applicable, go into further detail about the technical changes and design decisions of your changes.

Dependency updates

If applicable, list any added dependencies and explain why they are necessary

Good Citizenship

  • I have updated any relevant tests and the test suite is passing

  • I have updated any relevant documentation

  • I have run the pre-commit hooks for this repository's designated code styles