Skip to content

Commit 4879a83

Browse files
committed
added files
1 parent b9c1858 commit 4879a83

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/pull_request_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Changes Description
2+
- Added a `CODEOWNERS` file to assign `yuliiadolgopolova` as the code owner of the `main` branch.
3+
- Created a `pull_request_template.md` file to standardize PR descriptions.
4+
- Protected the `main` and `develop` branches with specific rules.
5+
- Set `develop` as the default branch.
6+
7+
## Issue Number and Link
8+
(Provide the task number and link here)
9+
10+
## Checklist before requesting a review
11+
- [ ] I have performed a self-review of my code.
12+
- [ ] If this is a core feature, I have added thorough tests.
13+
- [ ] Do we need to implement analytics?
14+
- [ ] Is this part of a product update? If yes, please write a brief description.

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @yuliiadolgopolova

0 commit comments

Comments
 (0)