From f9b326c802806e17a10141d0228c8d7b7115bcee Mon Sep 17 00:00:00 2001 From: Taras7776 <92971438+Taras7776@users.noreply.github.com> Date: Tue, 21 Apr 2026 11:34:25 +0300 Subject: [PATCH 1/3] Create pull_request_template.md --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 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 0000000..378b862 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +## Describe your changes + +## Issue ticket number and link + +## Checklist before requesting a review +- [ ] I have performed a self-review of my code +- [ ] If it is a core feature, I have added thorough tests +- [ ] Do we need to implement analytics? +- [ ] Will this be part of a product update? If yes, please write one phrase about this update From f53d237ac172ae2f5439ef9395766e07406b7649 Mon Sep 17 00:00:00 2001 From: Taras7776 <92971438+Taras7776@users.noreply.github.com> Date: Tue, 21 Apr 2026 11:37:38 +0300 Subject: [PATCH 2/3] Create 1.sh --- .github/1.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/1.sh diff --git a/.github/1.sh b/.github/1.sh new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.github/1.sh @@ -0,0 +1 @@ + From fb255c57189036eed6d56b974e92f83ad693608e Mon Sep 17 00:00:00 2001 From: Taras Lozovyi Date: Tue, 21 Apr 2026 13:59:49 +0300 Subject: [PATCH 3/3] added test line for discord --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f95131..7a44829 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,5 @@ 8. For github actions: - create PAT (Personal Access Token) with **Full control of private repositories** and **Full control of orgs and teams, read and write org projects** - add to repository actions secrets key with the name `PAT` and the value of the created PAT + +Testing my new Discord notification webhook. \ No newline at end of file