ZF-Commons / RFC

Placeholder repo for RFCs wiki -- Add new proposals for ZF-Commons modules in the wiki.
10 stars 1 forks source link

RFC: ZF-Commons Practices & Roles #3

Open EvanDotPro opened 12 years ago

EvanDotPro commented 12 years ago

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

Thinkscape commented 12 years ago

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 commented 12 years ago

@Thinkscape Looks good!

b-durand commented 11 years ago

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

EvanDotPro commented 11 years ago

@b-durand +1

weierophinney commented 11 years ago

@b-durand +1

weierophinney commented 11 years ago

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 commented 11 years ago

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