mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
* Chore: Update README.md to contribution Update the contribution link to go directly to the current contribution guide and documentation. * Update PULL_REQUEST_TEMPLATE.md
24 lines
928 B
Markdown
24 lines
928 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/docs/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.
|
|
-->
|