From 4b3d0b9974cc6b5357cb2b5bfa3635d3240e3951 Mon Sep 17 00:00:00 2001 From: Long1TaiL Date: Fri, 5 Jun 2026 21:35:31 +0300 Subject: [PATCH 1/6] docs: add PR template Signed-off-by: Long1TaiL --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..1a68db5e5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +## Goal + + +## Changes +- + +## Testing + + +## Checklist +- [ ] Title is a clear sentence (≤ 70 chars) +- [ ] Commits are signed (`git log --show-signature`) +- [ ] `submissions/labN.md` updated From 492d4ec442b232f29367af65ce208fbb3db135bd Mon Sep 17 00:00:00 2001 From: Long1TaiL Date: Sun, 7 Jun 2026 15:01:43 +0300 Subject: [PATCH 2/6] docs: add PR template Signed-off-by: Long1TaiL --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1a68db5e5..91a458a06 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,6 +8,6 @@ ## Checklist -- [ ] Title is a clear sentence (≤ 70 chars) -- [ ] Commits are signed (`git log --show-signature`) -- [ ] `submissions/labN.md` updated +- [x] Title is a clear sentence (≤ 70 chars) +- [x] Commits are signed (`git log --show-signature`) +- [x] `submissions/labN.md` updated From 82d4bf64055a3e2ac63e457118b56048e2d5b841 Mon Sep 17 00:00:00 2001 From: Long1TaiL Date: Sun, 7 Jun 2026 18:00:16 +0300 Subject: [PATCH 3/6] test: unsigned commit (should fail) Signed-off-by: Long1TaiL From e74f9ee679e546b734846cf659a43188e28b395f Mon Sep 17 00:00:00 2001 From: Long1TaiL Date: Sun, 7 Jun 2026 20:53:44 +0300 Subject: [PATCH 4/6] docs(lab1): pull request template completed Signed-off-by: Long1TaiL --- .github/pull_request_template.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 91a458a06..8c55e7441 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,14 @@ ## Goal - +To submit tasks from lab1 ## Changes -- +submissions/lab1.md and a pull request template were added ## Testing - + +QuickNotes runs locally +git log --show-signature demonstrates verified commits +main branch requires a verification ## Checklist - [x] Title is a clear sentence (≤ 70 chars) From 29bcd5e089cca878537b130c6889eb3c72c92a9e Mon Sep 17 00:00:00 2001 From: Long1TaiL Date: Mon, 8 Jun 2026 20:53:39 +0300 Subject: [PATCH 5/6] docs: upstream moved while you worked Signed-off-by: Long1TaiL From 73492d1de270654121b3cfe39fa4d7c0d50acffd Mon Sep 17 00:00:00 2001 From: Long1TaiL Date: Wed, 10 Jun 2026 22:43:11 +0300 Subject: [PATCH 6/6] docs(personal changes): Returned empty pull request template Signed-off-by: Long1TaiL --- .github/pull_request_template.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8c55e7441..de63a0f6c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,16 +1,13 @@ ## Goal -To submit tasks from lab1 + ## Changes -submissions/lab1.md and a pull request template were added +- ## Testing - -QuickNotes runs locally -git log --show-signature demonstrates verified commits -main branch requires a verification + ## Checklist -- [x] Title is a clear sentence (≤ 70 chars) -- [x] Commits are signed (`git log --show-signature`) -- [x] `submissions/labN.md` updated +- [ ] Title is a clear sentence (≤ 70 chars) +- [ ] Commits are signed (`git log --show-signature`) +- [ ] `submissions/labN.md` updated \ No newline at end of file