You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ CloudBot is a simple, fast, expandable open-source Python IRC Bot!
5
5
## Getting CloudBot
6
6
7
7
There are currently four different branches of this repository, each with a different level of stability:
8
-
-**gonzobot***(stable)*: This branch contains everything in the **master** branch plus additional plugins added for Snoonet IRC.
8
+
-**gonzobot***(stable)*: This branch contains everything in the **master** branch plus additional plugins added for Snoonet IRC. This branch is the currently maintained branch which will also contain many fixes for various bugs from the master branch.
9
9
-**gonzobot-dev***(unstable)*: This branch is based off of the **gonzobot** branch and includes new plugins that are not fully tested.
10
-
-**master***(stable)*: This branch contains stable, tested code. This is the branch you should be using if you just want to run your own CloudBot! This is also the branch that EDI on Snoonet uses.
11
-
-**python3.4***(unstable)*: This branch is where where test and develop new features. If you would like to help develop CloudBot, you can use this branch.
10
+
-**master***(stable (old))*: This branch contains stable, tested code. This branch is based directly on the upstream master branch and is not currently maintained.
11
+
-**python3.4***(unstable (old))*: This is the outdated testing branch from the upstream repo.
12
12
13
13
New releases will be pushed from **python3.4** to **master** whenever we have a stable version to release. These changes will be merged into **gonzobot** then deployed. This should happen on a fairly regular basis, so you'll never be too far behind the latest improvements.
0 commit comments