Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 446 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

8 lines (7 loc) · 446 Bytes

Pull request recommendations:

  • Name your pull request your-development-type/short-description. Ex: feature/read-tiff-files
  • Link to any relevant issue in the PR description. Ex: Resolves [gh-12], adds tiff file format support
  • Provide context of changes.
  • Provide relevant tests for your feature or bug fix.
  • Provide or update documentation for any feature added by your pull request.

Thanks for contributing!