当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 11

7次开发/lnmp
暂停

forked from khs1994-docker/lnmp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 959 Bytes
一键复制 编辑 原始数据 按行查看 历史
khs1994 提交于 2020-10-14 20:15 . new 20.10 branch

贡献导引

请严格按照以下步骤操作,如有任何问题,请提出 issue

  • GitHub 上点击 fork 按钮将本仓库 fork 到自己的仓库,如 yourname/lnmp,然后 clone 到本地。

    $ git clone -b 20.10 git@github.com:yourname/lnmp.git
    
    $ cd lnmp
    
    # 将项目与上游关联
    
    $ git remote add upstream git@github.com:khs1994-docker/lnmp.git
  • 增加内容或者修复错误后提交,并推送到自己的仓库。

    $ git add .
    
    $ git commit -a "Fix issue #1: change helo to hello"
    
    $ git push origin 20.10
  • GitHub 上提交 Pull request,注意请提交到 YY.MM(例如: 20.10) 分支。

  • 请定期更新自己仓库。

    $ git fetch upstream
    
    $ git rebase upstream/20.10
    
    $ git push -f origin 20.10
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Docker
1
https://gitee.com/aracta/lnmp.git
git@gitee.com:aracta/lnmp.git
aracta
lnmp
lnmp
master

搜索帮助