From a86fc5bcb857ff35ddf049520b386e68c0c05e00 Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Sun, 1 Jun 2025 10:43:32 +0200 Subject: [PATCH] chore(pr-template): add task for updating documentation --- .github/pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ccbf05db3..1ccece4f7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,8 +6,8 @@ **Thank you for your contribution. Please ensure that your pull request meets the following pull request:** -- [ ] Builds without warnings or errors (``pnpm build``, autofix with ``pnpm format:fix``) -- [ ] Pull request targets ``dev`` branch +- [ ] Builds without warnings or errors (`pnpm build`, autofix with `pnpm format:fix`) +- [ ] Pull request targets `dev` branch - [ ] Commits follow the [conventional commits guideline](https://www.conventionalcommits.org/en/v1.0.0/) -- [ ] No shorthand variable names are used (eg. ``x``, ``y``, ``i`` or any abbrevation) - +- [ ] No shorthand variable names are used (eg. `x`, `y`, `i` or any abbrevation) +- [ ] Documentation is up to date. Create a pull request [here](https://github.com/homarr-labs/documentation/).