From 1fdb827eed51425296f9d1c93a315529486a99e7 Mon Sep 17 00:00:00 2001 From: Angel Date: Mon, 29 Jan 2024 14:23:16 +0800 Subject: [PATCH] [update] bug_report template --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 69be2659..61277eb2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,20 +4,23 @@ about: Create a report to help us improve --- **Information** -- Version of Medoo: -- Version of PHP: -- Type of Database (MySQL, MSSQL, SQLite...): -- System (Liunx|Windows|Mac): +- **Version of Medoo:** [Enter the version number] +- **Version of PHP:** [Enter the version number] +- **Type of Database:** [MySQL, MSSQL, SQLite, etc.] +- **System:** [Linux|Windows|Mac] **Describe the Problem** A clear and concise description of what the problem is. -**Detail Code** -The detail code you are using causes the problem. +**Code Snippet** +The detail code you are using that causes the problem: ```php // Write your PHP code here ``` -**Expected output** -A clear and concise description of what output you expected. +**Expected Behavior** +A clear and concise description of what you expected to happen. + +**Actual Behavior** +A clear and concise description of what actually happened.