laoyuan
V2EX  ›  2016

2016,人生第一次为开源项目提交代码 #越来越像个程序员了

  •  
  •   laoyuan · Jun 11, 2016 · 9420 views
    This topic created in 3670 days ago, the information mentioned may be changed or developed.
    https://github.com/fenos/Notifynder/pull/157

    一个基于 PHP 框架 Laravel 的 notifications 提醒系统,消息格式化方面的改进。
    前前后后鼓捣了一个小时,参考文章:
    《如何给开源项目贡献代码》
    2 replies    2016-07-11 17:52:41 +08:00
    laoyuan
        1
    laoyuan  
    OP
       Jun 12, 2016
    结果发现没那么容易,又让我改又让我写测试。。。我又没装 PHPUnit ,写了一个脑袋中可以执行的测试就提交上去了。。毕竟野生
    laoyuan
        2
    laoyuan  
    OP
       Jul 11, 2016
    所有命令如下:

    git clone https://github.com/fenos/Notifynder.git
    cd Notifynder
    git add .
    git commit -m "let replacement access all data like {url}"
    git remote add upstream [email protected]:laoyuan/Notifynder.git
    git fetch origin
    git merge origin/master
    git push upstream master
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4452 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 44ms · UTC 00:11 · PVG 08:11 · LAX 17:11 · JFK 20:11
    ♥ Do have faith in what you're doing.