Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 782 Bytes

pull_request_template.md

File metadata and controls

36 lines (28 loc) · 782 Bytes

Pull Request Template

Pull Request Type

  • Bug Fix
  • New Feature
  • Documentation
  • Other

Status

  • Ready
  • In development
  • Hold

Description

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

Link(s) to issue

What issue(s) does this pull request address? Both bugs and feature requests. Please provide links.

Todos

  • Tests
  • Documentation
  • Sample Data
  • Build Sphinx Documentation

Added dependencies

Describe any dependencies this pull request would add

Testing

If this is for a new feature, describe how it should be tested. What do the inputs look like? What should the result be?

Sample Data

What files contain sample data for testing? Which are inputs, which are outputs?