Update issue templates

This commit is contained in:
Victor Hall 2023-03-12 13:45:00 -04:00 committed by GitHub
parent 08a0e7a13e
commit cf767f38b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

34
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,34 @@
---
name: Bug report
about: For bugs that are NOT ERRORS
title: "[BUG]"
labels: ''
assignees: ''
---
**If you are getting an error, use the ERROR template, not this BUG template. **
**To Reproduce**
Steps to reproduce the undesired behavior:
1. Configure training in this way (please attach _cfg.json)
2. Execute training with "this" command
**Describe expected behavior and actual behavior**
ex. It does XYZ but should do ABC instead
ex. It does not do ABC when it should do ABC
ex. It should not do XYZ at all
**Describe why you think this is a bug**
It should do ABC because... XYZ is wrong because...
**Attach log and cfg**
*PLEASE* attach the ".log" and "_cfg.json" from your logs folder for the run. These are in the "logs" folder under "project_name_timestamp" subfolder. This will assist greatly in identifying problems with configurations or system problems that may be causing your problems.
**Runtime environment (please complete the following information):**
- OS: [e.g. Windows 10, Ubuntu Linux 22.04, etc]
- Is this your local computer or a cloud host? Please list the cloud host (Vast, Google Colab, etc)
- GPU [e.g. 3090 24GB, A100 40GB, 2080 Ti 11GB, etc]
**Additional context**
Add any other context about the problem here.