Skip to content

Commit e1e268b

Browse files
authored
Update CONTRIBUTING.rst
1 parent e827fa3 commit e1e268b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ Ready to contribute? Here's how to set up `pyswarms` for local development.
9393
$ git commit -m "Your detailed description of your changes."
9494
$ git push origin name-of-your-bugfix-or-feature
9595

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:
9797
9898
* Always contain a subject line which briefly describes the changes made. For example "Update CONTRIBUTING.rst".
9999
* Subject lines should not exceed 50 characters.
100100
* 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.
101101

102-
[commit message guidelines]: https://chris.beams.io/posts/git-commit/
102+
More detail on commit guidelines can be found at https://chris.beams.io/posts/git-commit
103103

104104
7. Submit a pull request through the GitHub website.
105105

0 commit comments

Comments
 (0)