Skip to content

TeleBoxOrg/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

贡献指南

欢迎为 TeleBox 生态贡献代码、插件或文档!

仓库分工

仓库 说明
TeleBox TeleBox 核心框架与内置插件。大改核心逻辑建议先开 Issue 讨论。
TeleBox-Next Next 核心框架(Telegram API:mtcute)。
TeleBox-Plugins TeleBox 社区插件;新增插件用子目录布局 插件名/插件名.ts,并更新 plugins.json
TeleBox-Next-Plugins Next 社区插件(同上布局与 plugins.json)。
TeleBox-Scripts 本机 / Docker 一键安装与管理脚本。

旧名 TeleBox_Plugins / TeleBox_Scripts / TeleBox_M 等已重命名,请使用上表链接。

基本要求

  1. 遵循 TypeScript 与现有代码风格;避免无必要的 any
  2. 插件需有清晰说明与基本错误处理;帮助文案使用 mainPrefix,勿硬编码 .cmd
  3. 新增 / 修改插件描述时改 plugins.json(README 列表常由 CI 从该文件回写)。
  4. 提交前本地通过类型检查 / 构建(如 tsc --noEmit)。
  5. TeleBox 与 Next API 不同:TeleBox 多为 teleproto / Api.Message;Next 为 mtcute / MessageContext,勿混用示例。

提交流程

  1. Fork 目标仓库并创建特性分支。
  2. 使用清晰的 commit message。
  3. 发起 Pull Request,说明改动目的与测试方式。

更详细的开发说明见:

About

TeleBoxOrg Profile | TeleBox组织主页

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors