From c1c6c307010e870de06390a0233907ae3ac2ec65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Frode=20H=C3=A5skjold?= Date: Fri, 11 Apr 2025 19:55:44 +0200 Subject: [PATCH] Add missing pr_testing_template Copied from vscode_ibmi --- .github/pr_testing_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/pr_testing_template.md 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