mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
* 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
24 lines
923 B
Markdown
24 lines
923 B
Markdown
<!--
|
|
Thank you for wanting to contribute!
|
|
|
|
Please fill out this description, and the checklist below.
|
|
|
|
Here are some key points to include in your description:
|
|
- What is this new code intended to do?
|
|
- Are there any related issues?
|
|
- What is the motivation for this change?
|
|
- What is an example of usage, or changes to config files? (if applicable)
|
|
-->
|
|
|
|
### Checklist
|
|
|
|
- [ ] I have read the [contributing doc](https://github.com/jrnl-org/jrnl/blob/develop/CONTRIBUTING.md).
|
|
- [ ] I have included a link to the relevant issue number.
|
|
- [ ] I have checked to ensure there aren't other open [pull requests](../pulls)
|
|
for the same issue.
|
|
- [ ] 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 `poe test` (see the contributing doc if you need help with
|
|
`poe`), or use our automated tests after you submit your PR.
|
|
-->
|