You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hippo4j/docs/docs/other/contributor.md

13 lines
240 B

---
sidebar_position: 4
---
# 贡献者指南
为了让您的 id 显示在 contributor 列表中,别忘了以下设置:
```shell script
git config --global user.name "username"
git config --global user.email "github账号邮箱"
```