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/)._
0 commit comments