fix: bug_report md to yaml

This commit is contained in:
Bingsu
2023-05-30 08:08:51 +09:00
parent 17013a41d6
commit 10d6113959
2 changed files with 23 additions and 33 deletions

View File

@@ -1,33 +0,0 @@
---
name: Bug report
about: Create a report
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Full Console Logs**
From `Version: ` to end.
**Desktop (please complete the following information):**
- OS: [e.g. Windows]
- Version [e.g. 11]
**Packages:**
- Python:
- Torch:
- Torchvision:
**Additional context**
Add any other context about the problem here.

23
.github/ISSUE_TEMPLATE/bug_report.yaml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: Bug report
description: Create a report
title: "[Bug]: "
body:
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
- type: textarea
attributes:
label: Full console logs
description: |
The full console log of your terminal.
From `Python 3.10.*, Version: v1.*, Commit hash: *` to the end.
render: Shell
validations:
required: true
- type: textarea
attributes:
label: List of installed extensions