eastoriented / php-string
用于管理字符串的PHP库
dev-master
2021-01-04 15:43 UTC
Requires
- eastoriented/php-block: dev-master
- eastoriented/php-container: dev-master
- eastoriented/php-test: dev-master
Requires (Dev)
- atoum/atoum: ^4
- eastoriented/library: dev-master
This package is auto-updated.
Last update: 2024-09-04 23:31:21 UTC
README
关于
贡献
关于工作流程
我们使用pull request来引入新功能和错误修复。
请,尽量在提交信息中明确
- 解释为什么进行更改;
- 解释技术实现(您可以提供相关票据、文章或其他资源的链接)。
您可以使用以下模板
# If applied, this commit will...
# Explain why this change is being made
# Provide links to any relevant tickets, articles or other resources
要使用它,只需将其放入(例如)您的家目录中的文本文件中,并将其定义为模板
# git config --global commit.template ~/.git_commit_template.txt
关于测试
要运行单元测试,只需执行make tests/units
。