感谢您有兴趣为 OpenX 做出贡献!
Thank you for your interest in contributing to OpenX!
- Fork 本仓库
- 创建您的特性分支 (
git checkout -b feature/AmazingFeature) - 提交您的更改 (
git commit -m 'Add some AmazingFeature') - 推送到分支 (
git push origin feature/AmazingFeature) - 创建一个 Pull Request
# 克隆仓库
git clone https://github.com/aibgsps-sys/openX.git
cd openX
# 安装依赖
pnpm install
# 构建 UI
pnpm ui:build
# 构建项目
pnpm build
# 启动开发服务器
node openx.mjs gateway --dev- 使用 TypeScript
- 遵循现有的代码风格
- 添加必要的注释
- 编写测试用例
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
# Clone the repository
git clone https://github.com/aibgsps-sys/openX.git
cd openX
# Install dependencies
pnpm install
# Build UI
pnpm ui:build
# Build project
pnpm build
# Start development server
node openx.mjs gateway --dev- Use TypeScript
- Follow existing code style
- Add necessary comments
- Write tests
By contributing, you agree that your contributions will be licensed under the MIT License. 贡献即表示您同意您的贡献将根据 MIT 许可证进行许可。