File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Test changes. ignore
2+
13# Task on GitHub Topic
24
351 . Add user ` softservedata ` to this repository.
46
572 . Create branch ` develop ` as default branch.
68
793 . 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+
12164 . 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?
2732
28337 . 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
You can’t perform that action at this time.
0 commit comments