Bläddra i källkod

Update PULL_REQUEST_TEMPLATE.md

shamoon 1 år sedan
förälder
incheckning
97218e9cea
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      .github/PULL_REQUEST_TEMPLATE.md

+ 1 - 1
.github/PULL_REQUEST_TEMPLATE.md

@@ -27,5 +27,5 @@ What type of change does your PR introduce to Homepage?
 
 
 - [ ] If adding a service widget or a change that requires it, I have added corresponding documentation changes.
 - [ ] If adding a service widget or a change that requires it, I have added corresponding documentation changes.
 - [ ] If adding a new widget I have reviewed the [guidelines](https://gethomepage.dev/latest/more/development/#service-widget-guidelines).
 - [ ] If adding a new widget I have reviewed the [guidelines](https://gethomepage.dev/latest/more/development/#service-widget-guidelines).
-- [ ] I have checked that all code style checks pass using pre-commit hooks and linting checks with `pnpm lint` (see development guidelines).
+- [ ] I have checked that all code style checks pass using [pre-commit hooks](https://gethomepage.dev/latest/more/development/#code-formatting-with-pre-commit-hooks) and [linting checks](https://gethomepage.dev/latest/more/development/#code-linting).
 - [ ] If applicable, I have tested my code for new features & regressions on both mobile & desktop devices, using the latest version of major browsers.
 - [ ] If applicable, I have tested my code for new features & regressions on both mobile & desktop devices, using the latest version of major browsers.