From cc70fd29d88103a7910011e182d824382c5149a2 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Tue, 18 Jan 2022 06:43:19 -0500 Subject: [PATCH] add link to the video how to report Cypress bug https://youtu.be/NnriKHmj5T8 --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index dfdbbb9825af..f889034b678f 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -23,7 +23,7 @@ body: id: reproduction attributes: label: Test code to reproduce - description: Provide a failing test or repo we can run. You can fork [this repo](https://github.com/cypress-io/cypress-test-tiny), set up a failing test, then link to your fork. + description: Provide a failing test or repo we can run. You can fork [this repo](https://github.com/cypress-io/cypress-test-tiny), set up a failing test, then link to your fork. If you have never done this before, watch [this video](https://youtu.be/NnriKHmj5T8) for example. placeholder: Here is my failing test code and the app code to run the tests on... validations: required: true @@ -39,4 +39,4 @@ body: id: other attributes: label: Other - placeholder: Any other details? \ No newline at end of file + placeholder: Any other details?