From 9f51af55837ef6f5cbdaa88e7a2e3083dc4797f1 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 31 Aug 2022 19:43:30 +0200 Subject: [PATCH] chore: add vscode-extension github issue template (#16997) Create vscode-extension.md --- .github/ISSUE_TEMPLATE/vscode-extension.md | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/vscode-extension.md diff --git a/.github/ISSUE_TEMPLATE/vscode-extension.md b/.github/ISSUE_TEMPLATE/vscode-extension.md new file mode 100644 index 0000000000..e623fa9de1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/vscode-extension.md @@ -0,0 +1,26 @@ +--- +name: VSCode extension bug +about: Something doesn't work like it should inside the Visual Studio Code extension or you have a feature request? Tell us! +title: "[BUG]" +labels: '' +assignees: '' + +--- + +**Context:** +- Playwright Version: [what Playwright version do you use?] +- Operating System: [e.g. Windows, Linux or Mac] +- Node.js version: [e.g. 12.22, 14.6] +- Visual Studio Code version: [e.g. 1.65] +- Playwright for VSCode extension version: [e.g. 1.2.3] +- Browser: [e.g. All, Chromium, Firefox, WebKit] +- Extra: [any specific details about your environment] + +**Code Snippet** + +Help us help you! Put down a short code snippet that illustrates your bug and +that we can run and debug locally. For example: + +**Describe the bug** + +Add any other details about the problem here.