Skip to content

Commit

Permalink
optimize issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
ymcui committed Apr 27, 2023
1 parent b3ec322 commit 7b3278f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 42 deletions.
36 changes: 15 additions & 21 deletions .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,7 @@ about: Issues related to this project

Thank you for using the Issue submission template. Please follow the steps below to provide relevant information. We will prioritize issues with relatively complete information. Your cooperation is appreciated.

*Hint: Fill in the [ ] with an x to mark it as checked. Delete any option that is not related to this issue.*

### Please check the following before asking

- [ ] Due to frequent dependency updates, please ensure you have followed the steps in our [Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)
- [ ] I have read the [FAQ section](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/FAQ) AND searched for similar issues and did not find a similar problem or solution
- [ ] Third-party plugin issues: e.g., [llama.cpp](https://github.com/ggerganov/llama.cpp), [text-generation-webui](https://github.com/oobabooga/text-generation-webui), [LlamaChat](https://github.com/alexrozanski/LlamaChat), we recommend checking the corresponding project for solutions

### Choose the issue type

Base model:
- [ ] LLaMA
- [ ] Alpaca

Issue type:
- [ ] Download issue
- [ ] Model conversion and merging issue
- [ ] Model inference issue (🤗 transformers)
- [ ] Model quantization and deployment issue (llama.cpp, text-generation-webui, LlamaChat)
- [ ] Performance issue
- [ ] Other issues
*Hint: Fill in the [ ] with an x to mark it as checked. Delete any option that is not related to this issue.

### Describe the issue in detail

Expand All @@ -35,3 +15,17 @@ Issue type:

*(If necessary) Please provide a text log or screenshot to help us better understand the issue details.*


### MUST check

- [ ] Base model: LLaMA or Alpaca? **(delete irrelevant option)**
- [ ] Issue type:
- Download issue
- Model conversion and merging issue
- Model inference issue (🤗 transformers)
- Model quantization and deployment issue (llama.cpp, text-generation-webui, LlamaChat)
- Performance issue
- Other issues
- [ ] Due to frequent dependency updates, please ensure you have followed the steps in our [Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)
- [ ] I have read the [FAQ section](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/FAQ) AND searched for similar issues and did not find a similar problem or solution
- [ ] Third-party plugin issues: e.g., [llama.cpp](https://github.com/ggerganov/llama.cpp), [text-generation-webui](https://github.com/oobabooga/text-generation-webui), [LlamaChat](https://github.com/alexrozanski/LlamaChat), we recommend checking the corresponding project for solutions
35 changes: 14 additions & 21 deletions .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,6 @@ about: 与本项目相关的问题提问

*提示:将[ ]中填入x,表示打对钩。提问时删除上面这两行。请只保留符合的选项,删掉其他。*

### 问前必查项目

- [ ] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行
- [ ] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案
- [ ] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)[text-generation-webui](https://github.com/oobabooga/text-generation-webui)[LlamaChat](https://github.com/alexrozanski/LlamaChat)等,同时建议到对应的项目中查找解决方案

### 选择问题类型

基础模型:

- [ ] LLaMA
- [ ] Alpaca

问题类型:
- [ ] 下载问题
- [ ] 模型转换和合并问题
- [ ] 模型推理问题(🤗 transformers)
- [ ] 模型量化和部署问题(llama.cpp、text-generation-webui、LlamaChat)
- [ ] 效果问题
- [ ] 其他问题

### 详细描述问题

*请尽量具体地描述您遇到的问题。这将有助于我们更快速地定位问题所在。*
Expand All @@ -37,3 +16,17 @@ about: 与本项目相关的问题提问

*(如有必要)请提供文本log或者运行截图,以便我们更好地了解问题详情。*

### 必查项目

- [ ] 哪个模型的问题:LLaMA / Alpaca **(只保留你要问的)**
- [ ] 问题类型:**(只保留你要问的)**
- 下载问题
- 模型转换和合并
- 模型推理问题(🤗 transformers)
- 模型量化和部署问题(llama.cpp、text-generation-webui、LlamaChat)
- 效果问题
- 其他问题
- [ ] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行
- [ ] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案
- [ ] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)[text-generation-webui](https://github.com/oobabooga/text-generation-webui)[LlamaChat](https://github.com/alexrozanski/LlamaChat)等,同时建议到对应的项目中查找解决方案

0 comments on commit 7b3278f

Please sign in to comment.