OpenST / developer-guidelines

Guidelines on code, project setup, etc.
MIT License
3 stars 8 forks source link

Branch protection settings should be aligned across repositories #26

Open schemar opened 5 years ago

schemar commented 5 years ago

All repositories use Travis CI for automated testing. The branch protection settings of a repository govern, among other things, the requirements a PR has to meet before it can be merged.

These settings should be unified across all of our repositories.

The settings that must be decided on are:

These question need to be answered and the answers need to be documented in a file in the developer guidelines repository (does not have to be part of the main README, as it is very specific).