jrnl/.github/PULL_REQUEST_TEMPLATE.md
Jonathan Wren 3e19919f63 Get rid of make in favor of poe
This moves the tasks that were previously in Makefile, into
pyproject.toml (with all the other config)

This is also more inclusive of Windows developers since they only need
Python, and no longer have to install make separately.
2022-06-11 15:55:33 -07:00

923 B

Checklist

  • I have read the contributing doc.
  • I have included a link to the relevant issue number.
  • I have checked to ensure there aren't other open pull requests for the same issue.
  • I have written new tests for these changes, as needed.