From c18caf9ea3d23b2e1f36d7bfc4809eda7f7c7573 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Fri, 29 Sep 2023 21:41:28 +0300 Subject: [PATCH] update PR template --- .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 1f7773b8..8b4f9cf6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,7 +24,7 @@ What type of change does your PR introduce to Homepage? ## Checklist: -- [ ] If adding a service widget or a change that requires it, I have added a corresponding PR to the [documentation](https://github.com/benphelps/homepage-docs) here: +- [ ] If adding a service widget or a change that requires it, I have added corresponding documentation. - [ ] If adding a new widget I have reviewed the [guidelines](https://gethomepage.dev/en/more/development/#service-widget-guidelines). - [ ] If applicable, I have checked that all tests pass with e.g. `pnpm lint`. - [ ] If applicable, I have tested my code for new features & regressions on both mobile & desktop devices, using the latest version of major browsers.