summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorCoffeeOrDeath <alexander@ahosking.com>2023-04-29 14:57:57 -0400
committerGitHub <noreply@github.com>2023-04-29 11:57:57 -0700
commit73aa146f8a81a7d9b8f3b14c6128b85c5431d7ac (patch)
tree162ec6c198baed1ebcb5557135df74d0ec920719 /.github
parent7d237c887f5806930df5e952856c278b8c8843ce (diff)
Update contributing.md links in documentation (#1726)
* 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
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 8a1fe45f..37711e2c 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -12,7 +12,7 @@ Here are some key points to include in your description:
### Checklist
-- [ ] I have read the [contributing doc](https://github.com/jrnl-org/jrnl/blob/develop/CONTRIBUTING.md).
+- [ ] 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.