From 38ab8a78017d823239bed5a6f53ac322f08e2db1 Mon Sep 17 00:00:00 2001 From: Kyle Kienapfel Date: Mon, 12 May 2025 16:14:26 -0700 Subject: [PATCH] chore: update link to contribution guide in PR template [skip ci] --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a2b457d0..e2666100 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ ## Please make sure to check the following tasks before opening and submitting a PR -* [ ] I understand and have followed the [contribution guide](https://github.com/revoltchat/revolt/discussions/282) +* [ ] I understand and have followed the [contribution guide](https://developers.revolt.chat/contrib.html) * [ ] I have tested my changes locally and they are working as intended * [ ] These changes do not have any notable side effects on other Revolt projects * [ ] (optional) I have opened a pull request on [the translation repository](https://github.com/revoltchat/translations)