-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed wording for Github issue template (#3998)
- Loading branch information
1 parent
9e90601
commit 1d9a342
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |