Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.3 KB

File metadata and controls

32 lines (22 loc) · 1.3 KB

Task on GitHub Topic

  1. Add user softservedata to this repository.

  2. Create branch develop as default branch.

  3. Protect branches main and develop with these rules:

  • user can't merge to both branches without pull request
  • allowed to merge to develop branch only if we have 2 approvals
  • merge to main branch allowed if only owner approved PR
  • assign the user softservedata as the code owner for all the files in the main branch
  1. Add template (pull_request_template.md) to .github directory for creating issue in format:

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
  1. Create project for this repository.

  2. Add deploy key with name DEPLOY_KEY to your repository.

  3. Create discord server and add notification when PR was created.

  4. For github actions:

  • create PAT (Personal Access Token) with Full control of private repositories and Full control of orgs and teams, read and write org projects
  • add to repository actions secrets key with the name PAT and the value of the created PAT