RazoftOSS / Arbiter

Free and Open Source Chess Tournament Management System
Mozilla Public License 2.0
2 stars 0 forks source link

Workflow Management #2

Open GoldenBadger opened 9 years ago

GoldenBadger commented 9 years ago

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.

VoyTechnology commented 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?

GoldenBadger commented 9 years ago

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.

VoyTechnology commented 8 years ago

We can experiment with ZenHub for managing the project issues

VoyTechnology commented 8 years ago

@GoldenBadger what do you think of it?