欢迎来到 DevLoop!我们很高兴你想贡献 🎉
本项目遵守 Contributor Covenant Code of Conduct。 参与即表示你同意遵守。
用 Bug Report 模板 提交 Issue。
用 Feature Request 模板 提交 Issue。
- Fork 仓库
- 创建分支 (
git checkout -b feature/xxx) - 写代码 + 写测试
- 跑测试 (
npm test) - 提交 (
git commit -m "feat: xxx") - 推送 (
git push origin feature/xxx) - 提 PR (用 PR 模板)
feat:新功能fix:Bug 修复docs:文档变更refactor:重构test:测试chore:杂项
# 1. Clone
git clone https://github.com/devloop/devloop
cd devloop
# 2. 安装依赖
npm install
# 3. 起 PostgreSQL + Redis
docker compose up -d postgres redis
# 4. 跑 migration
npm run migrate
# 5. 启动
npm run dev感谢你的贡献!❤️