Skip to content

Commit

Permalink
Fixed wording for Github issue template (#3998)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvpoienaru authored Sep 8, 2022
1 parent 9e90601 commit 1d9a342
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
## Description
> **IMPORTANT**: if the defect is reproduced only in a workflow from within the Visual Studio IDE then do not report the issue here - instead, please report it using Visual Studio's "Send Feedback" option that can be accessed from the Help menu OR using this link https://developercommunity.visualstudio.com.
>
> For a defect reproducable from the vstest command line, describe the issue you've observed.
> Please describe the issue in as much detail as possible here.
## Steps to reproduce
> What steps can reproduce the defect?
> Please share the setup, commandline for vstest.console, sample project, target
> Please share the setup, command line for `vstest.console`, sample project, target
> framework etc.
## Expected behavior
> Share the expected output
> What is the expected behavior?
## Actual behavior
> What is the behavior observed?
> What is the observed behavior?
## Diagnostic logs
> Please share test platform diagnostics logs. Instructions to collect logs are [here](https://github.com/Microsoft/vstest-docs/blob/main/docs/diagnose.md#test-platform-diagnostics).
> The logs may contain test assembly paths, kindly review and mask those before sharing.
## Environment
> Please share additional details about the test environment.
> Operating system, Build version of vstest.console
> Operating system version, `vstest.console` build version, etc.

0 comments on commit 1d9a342

Please sign in to comment.