mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Replace make
with python alternative (poe
) (#1503)
* 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. * udpate docs * don't make code blocks also links
This commit is contained in:
parent
c1c70e643a
commit
51ab747019
5 changed files with 68 additions and 51 deletions
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -19,6 +19,6 @@ Here are some key points to include in your description:
|
|||
- [ ] I have written new tests for these changes, as needed.
|
||||
<!--
|
||||
NOTE: Your PR may not be reviewed if there are any failing tests. You can run
|
||||
tests locally with `make test` (see the contributing doc if you need help with
|
||||
`make`), or use our automated tests after you submit your PR.
|
||||
tests locally with `poe test` (see the contributing doc if you need help with
|
||||
`poe`), or use our automated tests after you submit your PR.
|
||||
-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue