From 1d037e0c5a8d8b2849edba7d61433ec5a3bd7642 Mon Sep 17 00:00:00 2001 From: ITA77 <115090219+ITA77@users.noreply.github.com> Date: Sun, 9 Mar 2025 11:09:18 +0200 Subject: [PATCH 1/2] Create pull_request_template.md --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 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 00000000..0e9e3b02 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +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 a5db5157296408a1f6b6ae1697ebfc90b5df81a1 Mon Sep 17 00:00:00 2001 From: ITA77 <115090219+ITA77@users.noreply.github.com> Date: Sun, 9 Mar 2025 11:38:23 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f951317..1d44aaa5 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,4 @@ 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 +- add to repository actions secrets key with the name `PAT` and the value of the created PAT