Skip to content

Instantly share code, notes, and snippets.

@agentmilindu
Last active December 6, 2017 18:20
Show Gist options
  • Save agentmilindu/9cb3c24c7362d911cde9ddf9e7fa2fd9 to your computer and use it in GitHub Desktop.
Save agentmilindu/9cb3c24c7362d911cde9ddf9e7fa2fd9 to your computer and use it in GitHub Desktop.
Guidelines for SCoRe repos
This repos should follow Gitflow workflow and follow are the items you have to check.
- [ ] There is a `master` branch and a `develop` branch.
- [ ] `master` branch is locked for direct commits and,
- [ ] Require pull request reviews before merging is active
- [ ] Require status checks to pass before merging is active
- [ ] Require branches to be up to date before merging
- [ ] Appropriate Status checks are required
- [ ] Enforce all configured restrictions for administrators is active
- [ ] Restrict only maintainers group can push to the master branch
- [ ] `develop` branch is locked for direct commits and,
- [ ] Require pull request reviews before merging
- [ ] Dismiss stale pull request approvals when new commits are pushed is active
- [ ] Require pull request reviews before merging is active
- [ ] Require status checks to pass before merging is active
- [ ] Require branches to be up to date before merging
- [ ] Appropriate Status checks are required
- [ ] Enforce all configured restrictions for administrators is active
- [ ] Restrict only maintainers group can push to the master branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment