diff --git a/.github/pr_testing_template.md b/.github/pr_testing_template.md new file mode 100644 index 00000000..9f8fced0 --- /dev/null +++ b/.github/pr_testing_template.md @@ -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