Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 824 Bytes

File metadata and controls

11 lines (10 loc) · 824 Bytes
  • Strictly follow the authoring and style guides from README.md
  • Do not use conversational filler or "fluff" in the generated documentation. Get straight to the point.
  • Always check the file structure and existing content to ensure consistent links and hierarchy.
  • Never invent features or configuration options. If you are unsure, ask the user.
  • Code generation - Prioritize complete, runnable examples over snippets. Ensure standard formatting.

When writing Markdown content Markdown:

  • Use * for lists. Do not use -.
  • Use [link title](https://example.com) for links, avoid reference-style links unless there are multiple occurences of the same link in one document.
  • For internal links, always include the extension (e.g. .md or .mdx)
  • Prefer csharp over cs to set the language for C# code blocks.