File: PULL_REQUEST_TEMPLATE.md

package info (click to toggle)
pyresample 1.35.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,880 kB
  • sloc: python: 20,340; cpp: 463; makefile: 105
file content (6 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
<!-- Describe what your PR does, and why -->

 - [ ] Closes #xxxx <!-- remove if there is no corresponding issue, which should only be the case for minor changes -->
 - [ ] Tests added <!-- for all bug fixes or enhancements -->
 - [ ] Tests passed <!-- for all non-documentation changes -->
 - [ ] Fully documented <!-- remove if this change should not be visible to users, e.g., if it is an internal clean-up, or if this is part of a larger project that will be documented later -->