-
-
Notifications
You must be signed in to change notification settings - Fork 510
Open
Description
Is your feature request related to a problem?
I can't find an obvious place that tells new contributors how to write new XML documentation files.
Describe the solution you'd like
A section in CONTRIBUTING.md
that highlights the existing "features" of existing documentation files, such as how and when to use the <em>
</em>
tags, to put the valid code before the invalid code, how descriptions should be written, how to handle where there is an imbalanced number of ways to get things wrong vs getting things right, etc.
Additional context (optional)
- I intend to create a pull request to implement this feature.