This commit is contained in:
echo840
2023-05-23 18:24:16 +08:00
parent da758a9ca7
commit b388fba03e
470 changed files with 2523750 additions and 7307 deletions

View File

@@ -0,0 +1,41 @@
name: Usage issues
description: Report issues in usage.
title: "[Usage] "
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this form. Please give as detailed description as possible for us to better assist with the issue :)
- type: dropdown
id: clone-date
attributes:
label: When did you clone our code?
options:
- I cloned the code base after 5/1/23
- I cloned the code base before 5/1/23, but have pulled the latest code base
- I cloned the code base before 5/1/23, and have not upgraded yet
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: Describe the issue
description: Please give as detailed description as possible for us to better assist with the issue. Please paste the **FULL** error log here, so that we can better understand the issue. Wrap the log with ``` for better readability in GitHub.
placeholder: Issue
value: |
Issue:
Command:
```
PASTE THE COMMANDS HERE.
```
Log:
```
PASTE THE LOGS HERE.
```
Screenshots:
You may attach screenshots if it better explains the issue.
validations:
required: true

View File

@@ -0,0 +1,13 @@
name: Feature Request
description: Request for a new feature
title: "[Feature request] "
body:
- type: markdown
attributes:
value: |
Thanks for your interest in our work. Please share your thoughts of the new features below.
- type: textarea
id: feature
attributes:
label: feature
placeholder: Start your thoughts here...

View File

@@ -0,0 +1,13 @@
name: Questions
description: General questions about the work
title: "[Question] "
body:
- type: markdown
attributes:
value: |
Thanks for your interest in our work. For this type of question, it may be more suitable to go to [discussion](https://github.com/haotian-liu/LLaVA/discussions) sections. If you believe an issue would be better for your request, please continue your post below :)
- type: textarea
id: question
attributes:
label: Question
placeholder: Start question here...

View File

@@ -0,0 +1,13 @@
name: Discussions
description: General discussions about the work
title: "[Discussion] "
body:
- type: markdown
attributes:
value: |
Thanks for your interest in our work. For this type of question, it may be more suitable to go to [discussion](https://github.com/haotian-liu/LLaVA/discussions) sections. If you believe an issue would be better for your request, please continue your post below :)
- type: textarea
id: discussion
attributes:
label: Discussion
placeholder: Start discussion here...