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.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -93,13 +93,13 @@ Ready to contribute? Here's how to set up `pyswarms` for local development.
93
93
$ git commit -m "Your detailed description of your changes."
94
94
$ git push origin name-of-your-bugfix-or-feature
95
95
96
-
Commit messages should adhere to the following [commit message guidelines]. In brief, commit messages should follow these conventions:
96
+
In brief, commit messages should follow these conventions:
97
97
98
98
* Always contain a subject line which briefly describes the changes made. For example "Update CONTRIBUTING.rst".
99
99
* Subject lines should not exceed 50 characters.
100
100
* The commit body should contain context about the change - how the code worked before, how it works now and why you decided to solve the issue in the way you did.
0 commit comments