Skip to content
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

Open
EvanDotPro opened this issue Jul 10, 2012 · 7 comments
Open

RFC: ZF-Commons Practices & Roles #3

EvanDotPro opened this issue Jul 10, 2012 · 7 comments

Comments

@EvanDotPro
Copy link
Member

Comments and discussion for: RFC: ZF-Commons Practices & Roles

@Thinkscape
Copy link
Member

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 ...

@EvanDotPro
Copy link
Member Author

@Thinkscape Looks good!

@b-durand
Copy link

Add a section about versioning. ZfCModules should follow the schema of ZF2:

  • 1.0.0-dev1
  • 1.0.0-beta1
  • 1.0.0-rc1
  • 1.0.0

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).

@EvanDotPro
Copy link
Member Author

@b-durand +1

1 similar comment
@weierophinney
Copy link
Member

@b-durand +1

@weierophinney
Copy link
Member

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.

@b-durand
Copy link

At this time, we can adopt PSR-2 with Travis CI like ZF-Commons/ZfcUser#152.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants