Skip to content

Add missing pr_testing_template #369

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/pr_testing_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Want to help test a PR?

If you got a zip file from a build, extract it. Inside of it is a 'vsix'.

Install it, test out the feature, and post some feedback.

### How to install

1. Uninstall your current version of the extension from VS Code.
* you can do this from the extension panel
* your configuration will not be lost
2. Download the `.vsix` to your machine
3. Press F1 / Command + Shift + P and select 'Install from VSIX...'
4. Select the `.vsix` from this PR.
5. Test out the feature!

### When you're done

* post the feedback on the PR
* uninstall the extension from the extension panel
* re-install the extension from the Marketplace
Loading