diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 50eb5f98ed..83598b82c0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,7 +12,7 @@ General questions may be better placed [StackOveflow](https://stackoverflow.com/ Where relevant, ensure you are using the current stable versions on your development stack. For example: - * Visual Studio + * Visual Studio or Rider * [.NET SDK or .NET Core SDK](https://www.microsoft.com/net/download) * Any related NuGet packages @@ -32,6 +32,7 @@ Add any other context about the problem here. Ensure you have replicated the bug in a minimal solution with the fewest moving parts. Often this will help point to the true cause of the problem. Upload this repro as part of the issue, preferably a public GitHub repository or a downloadable zip. The repro will allow the maintainers of this project to smoke test the any fix. + #### Submit a PR that fixes the bug Submit a [Pull Request (PR)](https://help.github.com/articles/about-pull-requests/) that fixes the bug. Include in this PR a test that verifies the fix. If you were not able to fix the bug, a PR that illustrates your partial progress will suffice. \ No newline at end of file