From 9433c70b56526a285662f5211b84d628af72297a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 18 Mar 2026 03:53:04 +0100 Subject: [CHORE] Add PR template and update modules. Signed-off-by: Amlal El Mahrouss --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 17 +++++++++++++++++ src/kernel | 2 +- src/nectar | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) 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 0000000..6f9cd85 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,17 @@ +# + +<Describe brifely your PR here.> + +## Rationale: + +<Describe the rationale here> + +## Process: + +<Describe your process here> + +## Results: + +<Describe the results here> + + diff --git a/src/kernel b/src/kernel index fc6606e..bcd34bd 160000 --- a/src/kernel +++ b/src/kernel @@ -1 +1 @@ -Subproject commit fc6606edf84e483b780f5c0b990d355aab4dae8a +Subproject commit bcd34bde9adc1cc5095cef99bb41e8f3a6704700 diff --git a/src/nectar b/src/nectar index 3606b7c..d1d9ce6 160000 --- a/src/nectar +++ b/src/nectar @@ -1 +1 @@ -Subproject commit 3606b7c2ad086d415fdc2ecbe3c33c2e37759da2 +Subproject commit d1d9ce69b07cfd0ebead7e71a4893df6d1329625 -- cgit v1.2.3