From 38e0c2d0cbe5c0e2f90e8283cdd9873bdc52ec81 Mon Sep 17 00:00:00 2001 From: Konstantin Malanchev Date: Tue, 4 Jun 2024 08:46:33 -0400 Subject: [PATCH] Update 1-bug_report.md --- .../.github/ISSUE_TEMPLATE/1-bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-project-template/.github/ISSUE_TEMPLATE/1-bug_report.md b/python-project-template/.github/ISSUE_TEMPLATE/1-bug_report.md index 220a63d6..16b6b711 100644 --- a/python-project-template/.github/ISSUE_TEMPLATE/1-bug_report.md +++ b/python-project-template/.github/ISSUE_TEMPLATE/1-bug_report.md @@ -13,5 +13,5 @@ assignees: '' Please check the following: - [ ] I have described the situation in which the bug arose, including what code was executed, information about my environment, and any applicable data others will need to reproduce the problem. -- [ ] I have included available evidence of the unexpected behavior (including error messages, screenshots, and/or plots) as well as a descriprion of what I expected instead. -- [ ] If I have a solution in mind, I have provided an explanation and/or pseudocode and/or task list. \ No newline at end of file +- [ ] I have included available evidence of the unexpected behavior (including error messages, screenshots, and/or plots) as well as a description of what I expected instead. +- [ ] If I have a solution in mind, I have provided an explanation and/or pseudocode and/or task list.