From 3c856ff84304e5f0de7ad1aec86d5c9fd3258362 Mon Sep 17 00:00:00 2001 From: Christian Eltzschig Date: Tue, 12 Dec 2023 22:11:08 +0100 Subject: [PATCH] [#3] 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 d5b8e71..a6007bc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ 1. [ ] Add sensible notes for the reviewer 1. [ ] PR title is short, expressive and meaningful 1. [ ] Relevant issues are linked -1. [ ] Every source code file has the SPDX header `SPDX-License-Identifier: $(LICENSE_CODE)` +1. [ ] Every source code file has a copyright header with `SPDX-License-Identifier: Apache-2.0 OR MIT` 1. [ ] Branch follows the naming format (`elk-123-introduce-posix-ipc-example`) 1. [ ] Commits messages are according to this [guideline][commit-guidelines] - [ ] Commit messages have the issue ID (`[#123] Add posix ipc example`)