-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix flip_fluid loading, update github templates
- Loading branch information
Showing
3 changed files
with
22 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,40 @@ | ||
--- | ||
name: Bug report | ||
about: Report an issue with using or installing infinigen | ||
title: "[BUG]" | ||
labels: '' | ||
title: "" | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
# Describe the bug | ||
A clear and concise description of what the bug is. | ||
|
||
**Steps to Reproduce** | ||
- What version of the code were you using? Tell us the output of `git log -n 1` | ||
## Steps to Reproduce | ||
|
||
### What version of the code were you using? | ||
''' | ||
$ git log -n 1 | ||
... | ||
What is the output of `git log -n 1`? | ||
''' | ||
|
||
- What command did you run? | ||
``` | ||
Add your command here | ||
### What command did you run? | ||
``` | ||
- What are your output logs? | ||
``` | ||
Add your logs here, preferably from a job run with --debug | ||
``` | ||
|
||
** (If this is your first time running Infinigen) What are the full output logs of `install.sh` ?** | ||
### What are your FULL output logs? | ||
``` | ||
Add your install.sh logs here | ||
``` | ||
|
||
**Platform** | ||
### If this is your first time running Infinigen, what are the full output logs of `install.sh` ?** | ||
|
||
|
||
### Platform | ||
- OS & OS Version: | ||
- GPU (?) : | ||
- GPU Driver Version (?) : | ||
- RAM (GB): | ||
|
||
**Additional context** | ||
# Additional context | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters