First of all, thank you for your interest in contributing to our
documentation work. We really appreciate it! That being said,
there are several guidelines you should attempt to follow when adding
to/changing the documentation.
samples
folder* If anyone is interested in translating documentation into other
languages, please open an issue or contact foxbot#0282
on
Discord.
<summary>
tag, use concise verbs. For example:/// <summary> Gets or sets the guild user in this object. </summary>
public IGuildUser GuildUser { get; set; }
<summary>
tag should not be more than 3 lines long. Consider<remarks>
tag instead.<code>
tag, put the code sample within thesrc/Discord.Net.Examples
project under the corresponding path of#region
tag.overwrites
folder using the DocFX overwrites syntax.
Example of long link syntax:
Please consult the [API Documentation] for more information.
[API Documentation]: xref:System.String