Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed wording for Github issue template #3998

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE.md
@@ -1,23 +1,23 @@
## 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.
> **IMPORTANT**: Kindly refrain from reporting issues that are only reproduced as part of a Visual Studio workflow - please report them using Visual Studio's "Send Feedback" option instead. This option can be accessed either from the Help menu OR by directly using [this link](https://developercommunity.visualstudio.com).
cvpoienaru marked this conversation as resolved.
Show resolved Hide resolved
>
> For a defect reproducable from the vstest command line, describe the issue you've observed.
> For a defect reproducible from the vstest command line, describe the issue you have observed 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.