update template

This commit is contained in:
rasbt 2024-06-18 07:07:55 -05:00
parent 09cb5d92cb
commit b95aaa4a9c
No known key found for this signature in database
GPG Key ID: 3C6E5C7C075611DB

View File

@ -1,16 +1,18 @@
---
name: Bug report name: Bug report
about: Report errors related to the book content or code about: Report errors related to the book content or code
title: ''
labels: bug labels: bug
assignees: rasbt assignees: rasbt
body:
--- - type: markdown
**Describe the bug**
Please provide description of what the bug is.
- type: textarea
attributes:
label: Bug description
description: A description of the issue.
placeholder: |
Please provide description of what the bug or issue is.
validations: validations:
required: true required: true
@ -55,7 +57,7 @@ Please provide description of what the bug is.
# [OK] tensorflow 2.16.1 # [OK] tensorflow 2.16.1
# [OK] tqdm 4.66.4 # [OK] tqdm 4.66.4
# [OK] pandas 2.2.2 # [OK] pandas 2.2.2
# [OK] psutil 5.9.8 # [OK] psutil 5.9.8
``` ```
</details> </details>