From 54b2f1d6d30577b349d6340b66c61a275af8f935 Mon Sep 17 00:00:00 2001 From: Anton Lykhoyda Date: Tue, 7 Feb 2023 17:43:53 +0100 Subject: [PATCH] chore: add requirement for puppeteer and playwright in bug report (#274) * add requirement for puppeteer and playwright in bug report * update text --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +++- .github/ISSUE_TEMPLATE/support_request.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5b17ff55..7bcef155 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -31,9 +31,11 @@ If applicable, add screenshots to help explain your problem. - OS: [e.g. iOS] - OS version [e.g. 22] - NodeJs version [e.g v15.8.0] -- dAppeteer version [e.g. 2.2.0] +- dappeteer version [e.g. 2.2.0] - testing framework [e.g jest] - testing framework version [e.g 26.0] +- puppeteer version [e.g 15.0.0] +- playwright version [e.g 1.29.2] **Additional context** diff --git a/.github/ISSUE_TEMPLATE/support_request.md b/.github/ISSUE_TEMPLATE/support_request.md index 9679739f..48a5575e 100644 --- a/.github/ISSUE_TEMPLATE/support_request.md +++ b/.github/ISSUE_TEMPLATE/support_request.md @@ -14,6 +14,8 @@ A clear and concise description of what the problem is. - OS: [e.g. iOS] - OS version [e.g. 22] - NodeJs version [e.g v15.8.0] -- dAppeteer version [e.g. 2.2.0] +- dappeteer version [e.g. 2.2.0] - testing framework [e.g jest] - testing framework version [e.g 26.0] +- puppeteer version [e.g 15.0.0] +- playwright version [e.g 1.29.2]