https://github.com/fenos/Notifynder/pull/157
一个基于 PHP 框架 Laravel 的 notifications 提醒系统,消息格式化方面的改进。
前前后后鼓捣了一个小时,参考文章:
《如何给开源项目贡献代码》
一个基于 PHP 框架 Laravel 的 notifications 提醒系统,消息格式化方面的改进。
前前后后鼓捣了一个小时,参考文章:
《如何给开源项目贡献代码》
1
laoyuan OP 结果发现没那么容易,又让我改又让我写测试。。。我又没装 PHPUnit ,写了一个脑袋中可以执行的测试就提交上去了。。毕竟野生
|
2
laoyuan OP 所有命令如下:
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 |