From b95aaa4a9cda1acf39e571ba00d8d88742893aa9 Mon Sep 17 00:00:00 2001 From: rasbt Date: Tue, 18 Jun 2024 07:07:55 -0500 Subject: [PATCH] update template --- .github/ISSUE_TEMPLATE/bug_report.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c26840f..e4774f4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,16 +1,18 @@ ---- + name: Bug report about: Report errors related to the book content or code -title: '' labels: bug assignees: rasbt - ---- - -**Describe the bug** -Please provide description of what the bug is. +body: + - type: markdown + - type: textarea + attributes: + label: Bug description + description: A description of the issue. + placeholder: | + Please provide description of what the bug or issue is. validations: required: true @@ -55,7 +57,7 @@ Please provide description of what the bug is. # [OK] tensorflow 2.16.1 # [OK] tqdm 4.66.4 # [OK] pandas 2.2.2 - # [OK] psutil 5.9.8 + # [OK] psutil 5.9.8 ```