andreoliwa/nitpick

View on GitHub
.github/pull_request_template.md

Summary

Maintainability
Test Coverage
Issues fixed by this pull request:

- Fix #

## Proposed changes

1.

## Checklist

- [ ] Read the [contribution guidelines](https://nitpick.rtfd.io/en/latest/contributing.html)
- [ ] Run `make` locally before pushing commits
- [ ] Add tests for the relevant parts:
  - [ ] API
  - [ ] CLI
  - [ ] `flake8` plugin (normal mode)
  - [ ] `flake8` plugin (offline mode)
- [ ] Write documentation when there's a new API or functionality