mirror of https://github.com/inclusionAI/AReaL
Update issue templates (#41)
This commit is contained in:
parent
22eb63ef6e
commit
03c160d21a
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
name: Bug Issue Template
|
||||
about: Create a report to help us improve
|
||||
title: "[BUG]"
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Checklist
|
||||
|
||||
- [ ] The error occurs when using our provided Docker image.
|
||||
- [ ] I've checked the tutorial, particularly the [troubleshooting section](https://github.com/inclusionAI/AReaL/blob/main/examples/README_zh.md#troubleshooting).
|
||||
- [ ] I can consistently reproduce the bug across multiple trials or random seeds.
|
||||
- [ ] If the error causes experiment abortion, I've verified that this error is the root cause, not a secondary error caused by peer workers.
|
||||
|
||||
## Detailed Information
|
||||
|
||||
### Describe the bug
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
### Expected behavior
|
||||
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
### Full logs
|
||||
|
||||
If possible, provide logs for more detailed information.
|
||||
|
||||
## To Reproduce
|
||||
|
||||
### Commit ID
|
||||
|
||||
Please provide your Git commit ID.
|
||||
|
||||
### Environment
|
||||
|
||||
Please provide your software and hardware information if you're not using a containerized environment.
|
||||
|
||||
### Script
|
||||
|
||||
The bash script or YAML configuration to run:
|
Loading…
Reference in New Issue