-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC: ZF-Commons Practices & Roles #3
Comments
Updated the RFC with "50% + 1" voting logic (because implicit floor/ceil is never good in edge cases) and added one more rule for reviewing PRs. Take a look ... |
@Thinkscape Looks good! |
Add a section about versioning. ZfCModules should follow the schema of ZF2:
And, we must add tag (on git). A version 0.0.1 has no meaning at the semantic level. The first first should start at 0.1.0, because we can't patch a non-existant version (e.g. "v0.0"). This allows us to develop a tool to generate a changelog for each module. This can be a tool to generate a static page to host on GitHub Pages. The benefit is to show users the major improvements and fixes for each version (sample on composer). |
@b-durand +1 |
1 similar comment
@b-durand +1 |
I'd argue under the "Commit Practices" section, we should adopt git-flow as the standard workflow. This would be in line with the ZF2 repository, and promote consistency in the workflow. |
At this time, we can adopt PSR-2 with Travis CI like ZF-Commons/ZfcUser#152. |
Comments and discussion for: RFC: ZF-Commons Practices & Roles
The text was updated successfully, but these errors were encountered: