感谢你对本项目的兴趣!请阅读以下指南,以确保你的贡献符合项目规范。
- 克隆仓库之后需要将文档子模块一并拉取
git submodule update --init --recursive
- 请确认你的代码为Kotlin语言, 本项目仅接受Kotlin语言的代码提交
- 添加新的模块/拓展功能时请参考
ronebot-onebot-v11的代码设计风格进行设计 - 如果你只想更新文档请前往: https://github.com/RTAkland/ROB-Docs 提交PR
- 贡献代码之前请先在IDEA-Settings-Copyright-Copyright Profiles中设置文件头
Copyright © $today.year RTAkland Date: $today Open Source Under Apache-2.0 License https://www.apache.org/licenses/LICENSE-2.0 - 这是贡献指南, 不是使用指南, 使用文档请前往: https://rob.rtast.cn/
Thanks for your interest in this project! Please read the following guidelines to ensure your contribution meets the project specifications.
- After cloning the repository, you need to pull the documentation submodule together
git submodule update --init --recursive
- Please make sure your code is in Kotlin language, this project only accepts Kotlin code
- When adding new modules/extensions, please refer to the code design style of
ronebot-onebot-v11 - If you just want to update the document, please goto https://github.com/RTAkland/ROB-Docs and make a PR
- Before you starting coding, please configure the file header in IDEA-Settings-Copyright-Copyright Profiles, like
this:
Copyright © $today.year RTAkland Date: $today Open Source Under Apache-2.0 License https://www.apache.org/licenses/LICENSE-2.0 - This is a contribution guide, not a usage guide. For usage documentation, please visit: https://rob.rtast.cn/