From 0263fcb2ac09f46be9cd05b0c6eba9d1e15d58c5 Mon Sep 17 00:00:00 2001 From: AJ Meireles Date: Wed, 16 Aug 2023 14:18:09 -0300 Subject: [PATCH] wip --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ebabc02d..ab584351 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,6 +12,7 @@ body: attributes: label: What Happened description: What did you expect to happen? + placeholder: When I use expect()->toBeTrue() in my tests, I get an error validations: required: true - type: textarea @@ -19,7 +20,7 @@ body: attributes: label: How to Reproduce description: How did this occur, please add any config values used and provide a set of reliable steps if possible. - placeholder: When I use expect()->toBeTrue() in my tests, I get an error. + placeholder: Install a fresh Laravel app, add Pest, add a test that uses expect()->toBeTrue() validations: required: true - type: input