add
This commit is contained in:
41
models/LLaVA/.github/ISSUE_TEMPLATE/1-usage.yaml
vendored
Normal file
41
models/LLaVA/.github/ISSUE_TEMPLATE/1-usage.yaml
vendored
Normal 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
|
13
models/LLaVA/.github/ISSUE_TEMPLATE/2-feature-request.yaml
vendored
Normal file
13
models/LLaVA/.github/ISSUE_TEMPLATE/2-feature-request.yaml
vendored
Normal 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...
|
13
models/LLaVA/.github/ISSUE_TEMPLATE/3-question.yaml
vendored
Normal file
13
models/LLaVA/.github/ISSUE_TEMPLATE/3-question.yaml
vendored
Normal 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...
|
13
models/LLaVA/.github/ISSUE_TEMPLATE/4-discussion.yaml
vendored
Normal file
13
models/LLaVA/.github/ISSUE_TEMPLATE/4-discussion.yaml
vendored
Normal 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...
|
Reference in New Issue
Block a user