From aa0cc9d6fdbf88c908de0028b047f0bc35a9ce33 Mon Sep 17 00:00:00 2001 From: n9267aakashsharma <56252151+n9267aakashsharma@users.noreply.github.com> Date: Wed, 9 Oct 2019 20:39:57 +0530 Subject: [PATCH] Update Contributing.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab5413fd..99603d33 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,6 +18,8 @@ The [issue tracker](https://github.com/FezVrasta/bootstrap-material-design/issue * Please **do not** post comments consisting solely of "+1" or ":thumbsup:". Use [GitHub's "reactions" feature](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments) instead. We reserve the right to delete comments which violate this rule. +* Please use proper commit message in order to list your work properly in the repo. + * Please **do not** open issues or pull requests regarding the code in dependencies such as: [`Bootstrap`](https://github.com/twbs/bootstrap) (open them in their respective repositories). * Please **do not** open issues without clearly stating the problem and desired result. [See the bug reports section](#bug-reports) for more information on creating effective issues.