dotnet/Documentation/KnownIssues/Template/NETFXKnownIssuesTemplate.md

23 lines
1.1 KiB
Markdown

# [|Known Issue Title|]
// There is no built-in way to do comments in Markdown, so this template uses a C#-style comment to mark comments. Please REMOVE ALL COMMENTS before submission.
// Please use proper markdown syntax for code snippets. See <https://github.com/dotnet/docs/blob/master/styleguide/template.md#inline-code-blocks-with-language-identifier> for examples.
// Entries with [| ... |] are fields that must be updated.
## Symptoms
[|Description of the symptom(s)|]
// A description of the symptom(s) that exhibit due to the underlying issue.
## Cause
[|Description of the root cause(s)|]
## Workaround
[|Description of the workaround, if available|]
## Resolution
[|Description of the resolution|]
// Add the steps that will allow users to resolve the underlying problem including any workarounds.
// In future, if there is a fix available, then also update this page with the latest information or future update/hotfix link.
## More information
// This is an optional section. Add any other relevant information, if available, like link(s) to help docs, blog etc.