We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94852e commit 228e806Copy full SHA for 228e806
CONTRIBUTING.md
@@ -62,7 +62,7 @@ Commit messages should be verbose by default consisting of a short subject line
62
paragraph(s), unless the title alone is self-explanatory (like "Corrected typo
63
in init.cpp") in which case a single title line is sufficient. Commit messages should be
64
helpful to people reading your code in the future, so explain the reasoning for
65
-your decisions. Further explanation [here](http://chris.beams.io/posts/git-commit/).
+your decisions. Further explanation [here](https://chris.beams.io/posts/git-commit/).
66
67
If a particular commit references another issue, please add the reference. For
68
example: `refs #1234` or `fixes #4321`. Using the `fixes` or `closes` keywords
0 commit comments