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: CONTRIBUTING.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
@@ -22,12 +22,12 @@ The following guidelines for contribution should be followed if you want to subm
22
22
23
23
* You need a [GitHub account](https://github.com/signup/free)
24
24
* Submit an [issue ticket](https://github.com/ClouDev/CloudBot/issues) for your issue if there is no one yet.
25
-
* Try to describe the issue and include steps to reproduce if it's a bug.
25
+
* Try to describe the issue and include steps to reproduce if it's a bug.
26
26
* If you are able and want to fix this, fork the repository on GitHub
27
27
28
28
## Make Changes
29
29
30
-
* In your forked repository, create a topic branch for your upcoming patch. (optional)
30
+
* In your forked repository, create a topic branch for your upcoming patch. (optional)
31
31
* Make sure you stick to the coding style that is used already.
32
32
* Make use of the [`.editorconfig`](http://editorconfig.org/) file.
33
33
* Make commits that make sense and describe them properly.
@@ -38,7 +38,7 @@ The following guidelines for contribution should be followed if you want to subm
38
38
39
39
* Push your changes to a topic branch in your fork of the repository.
40
40
* Open a pull request to the original repository and choose the `python3.4` branch.
41
-
_Advanced users may use [`hub`](https://github.com/defunkt/hub#git-pull-request) gem for that._
41
+
_Advanced users may use [`hub`](https://github.com/defunkt/hub#git-pull-request) gem for that._
42
42
* If not done in commit messages (which you really should do) please reference and update your issue with the code changes. But _please do not close the issue yourself_.
43
43
_Notice: You can [turn your previously filed issues into a pull-request here](http://issue2pr.herokuapp.com/)._
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