From bf598832c12fdc0200426dddce26698d2ee5fe10 Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Wed, 16 Oct 2024 18:46:36 +1100 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e7e486a..0498b47 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,13 +7,14 @@ assignees: '' --- -**Describe the bug** +**Describe the problem** A clear and concise description of what the bug is. -**To Reproduce** +**To reproduce** Steps to reproduce the behavior: 1. Run function/notebook '....' 2. See error '....' +3. A minimum reproducible code example is greatly appreciated! **Expected behavior** A clear and concise description of what you expected to happen.