Open GoldenBadger opened 9 years ago
Github flow looks fine to me, but how will it work with Integration Tests? Will they be ran on individual branches?
Also, will we have another dev
branch?
The way GitHub Flow works is there are only master and feature branches. When a pull request from a feature branch has passed our code review, it is merged directly into master. The CI runs off master.
We can experiment with ZenHub for managing the project issues
@GoldenBadger what do you think of it?
This is a discussion for how we're going to organise the adding of features, etc. I vote we use something with more of a rolling-release setup like GitHub Flow as opposed to something more rigid like Git Flow.