From 4879a83279bbf6924079367424d35ebf8469b73a Mon Sep 17 00:00:00 2001 From: Yuliia Dolhopolova <90981178+DoglaYuliia@users.noreply.github.com> Date: Sat, 8 Mar 2025 15:50:48 +0000 Subject: [PATCH 1/3] added files --- .github/pull_request_template.md | 14 ++++++++++++++ CODEOWNERS | 1 + 2 files changed, 15 insertions(+) create mode 100644 .github/pull_request_template.md create mode 100644 CODEOWNERS diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..3732c1f9 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +## Changes Description +- Added a `CODEOWNERS` file to assign `yuliiadolgopolova` as the code owner of the `main` branch. +- Created a `pull_request_template.md` file to standardize PR descriptions. +- Protected the `main` and `develop` branches with specific rules. +- Set `develop` as the default branch. + +## Issue Number and Link +(Provide the task number and link here) + +## Checklist before requesting a review +- [ ] I have performed a self-review of my code. +- [ ] If this is a core feature, I have added thorough tests. +- [ ] Do we need to implement analytics? +- [ ] Is this part of a product update? If yes, please write a brief description. diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..cbeadb65 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @yuliiadolgopolova \ No newline at end of file From cc0302ebd4f539cef7f4c27337e898ae6cb4ca0a Mon Sep 17 00:00:00 2001 From: Yuliia Dolhopolova <90981178+DoglaYuliia@users.noreply.github.com> Date: Sun, 9 Mar 2025 15:11:36 +0000 Subject: [PATCH 2/3] delete files --- .github/pull_request_template.md | 14 -------------- CODEOWNERS | 1 - 2 files changed, 15 deletions(-) delete mode 100644 .github/pull_request_template.md delete mode 100644 CODEOWNERS diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 3732c1f9..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,14 +0,0 @@ -## Changes Description -- Added a `CODEOWNERS` file to assign `yuliiadolgopolova` as the code owner of the `main` branch. -- Created a `pull_request_template.md` file to standardize PR descriptions. -- Protected the `main` and `develop` branches with specific rules. -- Set `develop` as the default branch. - -## Issue Number and Link -(Provide the task number and link here) - -## Checklist before requesting a review -- [ ] I have performed a self-review of my code. -- [ ] If this is a core feature, I have added thorough tests. -- [ ] Do we need to implement analytics? -- [ ] Is this part of a product update? If yes, please write a brief description. diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index cbeadb65..00000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @yuliiadolgopolova \ No newline at end of file From 2244e3d93e5c71e33497e42404e3841708cb3af5 Mon Sep 17 00:00:00 2001 From: Yuliia Dolhopolova <90981178+DoglaYuliia@users.noreply.github.com> Date: Sun, 9 Mar 2025 18:03:45 +0100 Subject: [PATCH 3/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 00000000..378b862f --- /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