prose / gatekeeper

Enables client-side applications to dance OAuth with GitHub.
MIT License
761 stars 183 forks source link

[V1] Development Workflow and release management #42

Open kriswep opened 7 years ago

kriswep commented 7 years ago

As discussed before, the future development workflow would be some kind of the forking workflow with PRs targeted against the development branch. Releasing would mean merging to master, while following semver.

I would also suggest protecting the branches and adding status checks to Pull Request (when CI discussed in #40 is set up). Also enforcing code reviews before merging would be possible.