diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2947bc992..dd0cc474d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,6 +67,7 @@ in the proper package's repository. * Use [TomDoc](http://tomdoc.org/). * Use [Markdown](https://daringfireball.net/projects/markdown/). * Reference classes with `{ClassName}` style notation. +* Reference methods with `{ClassName.methodName}` style notation. * Delegate to comments elsewhere with `{Delegates to: ClassName.methodName}` style notation.