diff options
author | Burdette Lamar <[email protected]> | 2023-12-02 11:46:57 -0600 |
---|---|---|
committer | <[email protected]> | 2023-12-02 11:46:57 -0600 |
commit | 715cf9b6902b0cc317fbc5cea0df153e14ff7277 () | |
tree | 35fa739a65d6be03f99f8116be7d5916eb91ab06 | |
parent | d1691617d6d6a115db52e7861f584fe98039ed1b (diff) |
[DOC] More on What's Here (#9099)
* More on What's Here * More on What's Here
-rw-r--r-- | doc/contributing/documentation_guide.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -294,7 +294,10 @@ Guidelines: - Consider listing the parent class and any included modules; consider [links](rdoc-ref:RDoc::MarkupReference@Links) to their "What's Here" sections if those exist. -- List methods as a bullet list: - Begin each item with the method name, followed by a colon and a short description. |