add autodl
This commit is contained in:
24
AutoDL-Projects/.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
24
AutoDL-Projects/.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Please provide a small script to reproduce the behavior:
|
||||
```
|
||||
codes to reproduce the bug
|
||||
```
|
||||
Please let me know your OS, Python version, PyTorch version.
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
15
AutoDL-Projects/.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
15
AutoDL-Projects/.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
name: Questions w.r.t. an AutoDL algorithm
|
||||
about: Ask questions about or discuss on some algorithms
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Which Algorithm**
|
||||
Please put the title of the AutoDL algorithm that you want to ask here.
|
||||
|
||||
**Describe the Question**
|
||||
A clear and concise description of what the bug is.
|
||||
|
Reference in New Issue
Block a user