From ff6fafdfc9df84a39f23f1191fe82ad0d42400d6 Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Mon, 8 May 2023 19:32:06 +0100 Subject: [PATCH] docs: update pull request template (#3797) --- ci/arm64-rpi/packer-builder-arm | 1 + pull_request_template.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 160000 ci/arm64-rpi/packer-builder-arm diff --git a/ci/arm64-rpi/packer-builder-arm b/ci/arm64-rpi/packer-builder-arm new file mode 160000 index 00000000..6636c687 --- /dev/null +++ b/ci/arm64-rpi/packer-builder-arm @@ -0,0 +1 @@ +Subproject commit 6636c687ece53f7d1f5f2b35aa41f0e6132949c4 diff --git a/pull_request_template.md b/pull_request_template.md index 85fd51d8..9d7db190 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,2 +1,4 @@ Thank you for your contribution to RaspiBlitz. Before submitting this PR, please make sure: -- [ ] That its based against the `dev` brach - not the default release branch. +- [ ] it is based against the `dev` branch - not the default release branch. +- [ ] format shell scripts with [shellcheck](https://www.shellcheck.net/) to improve readability. +(this entry can be deleted)