From 13aae82790db52a1827da5c4b1b0b88ed3f768fe Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Sat, 10 Feb 2024 18:22:23 +0100 Subject: [PATCH] docs: add pull request template --- .../PULL_REQUEST_TEMPLATE/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 000000000..b551590ab --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,13 @@ +
+
+ +

Homarr

+
+ +**Thank you for your contribution. Please ensure that your pull request meets the following pull request:** + +- [ ] Builds without warnings or errors (``pnpm buid``, 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) +