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 f2023ac commit cabcd99Copy full SHA for cabcd99
CONTRIBUTING.md
@@ -129,6 +129,12 @@ the master branch to your feature branch.
129
Also, please make sure that fixup commits are squashed into other related
130
commits with meaningful commit messages.
131
132
+GitHub allows [closing issues using keywords][closing-keywords]. This features
133
+should be used to keep the issue tracker tidy. But in pull requests only. Please
134
+do not add this to your commit message.
135
+
136
+[closing-keywords]: https://help.github.com/en/articles/closing-issues-using-keywords
137
138
Please make sure your pull request is in compliance with Rust's style
139
guidelines by running
140
0 commit comments