FanfictionBot / reddit-ffn-bot

A reddit auto reply bot.
52 stars 18 forks source link

[Suggestion] Add a develop branch #70

Closed StuxSoftware closed 9 years ago

StuxSoftware commented 9 years ago

The idea behind it is that we can distinguish which version is currently used by the actual bot and which one is the current development snapshot.

It works like this: Whenever you update the VPS-Version you first merge master with develop and then pull from master. With this you have a good backup of the currently used version

tusing commented 9 years ago

Good idea. Was considering this (actually even made a deployment branch) but completely forgot about it.

StuxSoftware commented 9 years ago

But I would make the development branch the secondary one. However, I actually can't do a Pull Request to any branch that does not exist yet.

tusing commented 9 years ago

Right. I should be able to find more time to work on the bot this coming weekend - we can polish the current state of the code, readmes, etc, pull that to the VPS, and then create a development branch.

StuxSoftware commented 9 years ago

I would first update the VPS than create the development branch and then start refactoring.

For the decision with the refactoring see #71.