mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
26 lines
990 B
Markdown
26 lines
990 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 tested this code locally.
|
|
- [ ] I have checked to ensure there aren't other open [pull requests](../pulls)
|
|
for the same issue.
|
|
- [ ] I have you written new tests for these changes, as needed.
|
|
- [ ] All tests pass.
|
|
<!--
|
|
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.
|
|
-->
|