- fork
- git clone 自己仓库fork的项目
- 修改代码,提交到自己的仓库,自己测试通过
- 点击pull request(或compare and pull request),写明为什么pull,如果是修改某issue的,注明是修复了哪个issue的
- 等待审核
# 如果已经下载代码,可直接指向自己的仓库,不用重新下载
git remote set-url origin https://github.com/xxx/flowable-engine.git
git remote -v
# 切换分支
git branch -a
git checkout -b 6.4.1 origin/flowable-release-6.4.1