From 754bf7a98b54a01472677772c7a34859f483adeb Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Thu, 25 Jan 2024 12:24:55 +0100 Subject: [PATCH] Update Bug_report.md --- .github/ISSUE_TEMPLATE/Bug_report.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 2fc59a2bd..7461f37c4 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,6 +1,7 @@ --- name: Bug report -about: Create a report to help us improve +description: Create a report to help us improve +labels: Bug,Unverified --- **Describe the bug** @@ -22,10 +23,13 @@ If applicable, add screenshots to help explain your problem. **Context (please complete the following information):** -- Library version: _please verify that the bug exists in the latest release_ -- Environment: -- Example URL: +- Sinon version : _please verify that the bug exists in the latest Sinon release_ +- Output of `npx envinfo --browsers --binaries`: +``` +``` +- Other relevant environmental info: - Other libraries you are using: +- Example URL: **Additional context** Add any other context about the problem here.