Skip to content

Commit 037fd67

Browse files
committed
doc: add Contribution guide
1 parent 83eaa27 commit 037fd67

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ The achievements of this project are thanks to the technical community, especial
215215
- [ChatGLM](https://github.com/THUDM/ChatGLM-6B) as the base model
216216
- [llama_index](https://github.com/jerryjliu/llama_index) for enhancing database-related knowledge using [in-context learning](https://arxiv.org/abs/2301.00234) based on existing knowledge bases.
217217

218+
## Contribution
219+
220+
- Please run `black .` before submitting the code.
221+
218222
<!-- GITCONTRIBUTOR_START -->
219223

220224
## Contributors

README.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ python tools/knowledge_init.py
218218
- [ChatGLM](https://github.com/THUDM/ChatGLM-6B) 基础模型
219219
- [llama-index](https://github.com/jerryjliu/llama_index) 基于现有知识库进行[In-Context Learning](https://arxiv.org/abs/2301.00234)来对其进行数据库相关知识的增强。
220220

221+
# 贡献
222+
223+
- 提交代码前请先执行 `black .`
224+
221225
<!-- GITCONTRIBUTOR_START -->
222226

223227
## 贡献者

0 commit comments

Comments
 (0)