File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 552 . Create branch ` develop ` as default branch.
66
773 . Protect branches ` main ` and ` develop ` with these rules:
8+
89- user can't merge to both branches without pull request
910- allowed to merge to ` develop ` branch only if we have 2 approvals
1011- merge to ` main ` branch allowed if only owner approved PR
1112- assign the user ` softservedata ` as the code owner for all the files in the ` main ` branch
13+
12144 . Add template (pull_request_template.md) to ` .github ` directory for creating issue in format:
1315
1416## Describe your changes
1517
1618## Issue ticket number and link
1719
1820## Checklist before requesting a review
21+
1922- [ ] I have performed a self-review of my code
2023- [ ] If it is a core feature, I have added thorough tests
2124- [ ] Do we need to implement analytics?
2730
28317 . Create discord server and add notification when PR was created.
2932
30- 8 . For github actions:
33+ 8 . For github actions:
34+
3135- 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
36+ - 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