diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-11-06 16:46:01 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-11-06 16:46:01 +0100 |
commit | 7887904a68d000fa602a2eff1aabdff6a6f74a44 (patch) | |
tree | a4cc2b9e364d005215dd33e2049a17ee9b4fcc43 | |
parent | e097ed023c3c0cf98b368f57941b16a05725f481 (diff) |
Fix
-rw-r--r-- | contributing.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contributing.md b/contributing.md index f6805ac..ea8d724 100644 --- a/contributing.md +++ b/contributing.md @@ -56,6 +56,9 @@ that you can click on to open them. - <details><summary><a href="#documentation">Usage documentation (required)</a></summary> > [!NOTE] > Constructors/destructors aren't required to have a `\brief` description + - Implementation details (if they affect the header) + - Design/data structure decisions (if applicable) +- <details><summary> Comments are placed *above* the line(s) they are explaining </summary><table><tr><th>Good</th><th>Bad</th></tr><tr><td> |