From 0968f7bf7d4d7679909de3ef2245289b5eaa050e Mon Sep 17 00:00:00 2001 From: sovva6-14 Date: Fri, 5 Jun 2026 22:39:49 +0300 Subject: [PATCH 1/4] docs: add PR template --- .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 a75ef4ed4a1af148346ff8ef5b1a6298de272415 Mon Sep 17 00:00:00 2001 From: sovva6-14 Date: Sat, 6 Jun 2026 10:06:21 +0300 Subject: [PATCH 2/4] docs: add PR template Signed-off-by: sovva6-14 --- .github/pull_request_template.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1a68db5e5..c4b60e2b8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,19 @@ ## Goal +Complete lab 1 DevOps ## Changes -- +* Add SSH key (github profile + locally) +* New branch feature/lab1 +* Start submission lab1 +* Finish submission lab1 ## Testing +* Signature ``` git log --show-signature -1 ``` is Good and verified +* Testing methods curl ## Checklist -- [ ] Title is a clear sentence (≤ 70 chars) -- [ ] Commits are signed (`git log --show-signature`) -- [ ] `submissions/labN.md` updated +- ☑️ Title is a clear sentence (≤ 70 chars) +- ☑️ Commits are signed (`git log --show-signature`) +- ☑️ `submissions/lab1.md` updated From 8450a05e796003c090229293b2c3a18baaa399b7 Mon Sep 17 00:00:00 2001 From: sovva6-14 Date: Sat, 6 Jun 2026 14:32:18 +0300 Subject: [PATCH 3/4] docs: upstream moved while you worked Signed-off-by: sovva6-14 From be8c121180d4e5fa547d0a73b7b5cb75f8caed48 Mon Sep 17 00:00:00 2001 From: Sovva6-14 Date: Mon, 8 Jun 2026 00:53:43 +0300 Subject: [PATCH 4/4] docs: add PR template Signed-off-by: Sovva6-14 --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c4b60e2b8..37bfc69f5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,4 @@ + ## Goal Complete lab 1 DevOps