Skip to content

Commit 5afe4a8

Browse files
UPDATE: test changes
1 parent c22fc33 commit 5afe4a8

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
1+
Test changes. ignore
2+
13
# Task on GitHub Topic
24

35
1. Add user `softservedata` to this repository.
46

57
2. Create branch `develop` as default branch.
68

79
3. Protect branches `main` and `develop` with these rules:
10+
811
- user can't merge to both branches without pull request
912
- allowed to merge to `develop` branch only if we have 2 approvals
1013
- merge to `main` branch allowed if only owner approved PR
1114
- assign the user `softservedata` as the code owner for all the files in the `main` branch
15+
1216
4. Add template (pull_request_template.md) to `.github` directory for creating issue in format:
1317

1418
## Describe your changes
1519

1620
## Issue ticket number and link
1721

1822
## Checklist before requesting a review
23+
1924
- [ ] I have performed a self-review of my code
2025
- [ ] If it is a core feature, I have added thorough tests
2126
- [ ] Do we need to implement analytics?
@@ -27,6 +32,7 @@
2732

2833
7. Create discord server and add notification when PR was created.
2934

30-
8. For github actions:
35+
8. For github actions:
36+
3137
- create PAT (Personal Access Token) with **Full control of private repositories** and **Full control of orgs and teams, read and write org projects**
32-
- add to repository actions secrets key with the name `PAT` and the value of the created PAT
38+
- add to repository actions secrets key with the name `PAT` and the value of the created PAT

0 commit comments

Comments
 (0)