PerlDancer / Dancer2

Perl Dancer Next Generation (rewrite of Perl Dancer)
http://perldancer.org/
Other
543 stars 274 forks source link

Document versioning scheme in Dancer2::Policy #1685

Closed yanick closed 1 year ago

cromedome commented 1 year ago

@yanick Dancer2::Policy is our SoC document. How about I rename GitGuide to Contributing, and include the versioning information there?

cromedome commented 1 year ago

Let me ask this instead: do we add our versioning policy to this, or instead, just have Dancer2::Policy cover our standards of conduct, and rename the module to reflect this (to Dancer2::StandardsOfConduct)? It would make it extremely clear what's covered in the document, and be more consistent with what I am seeing in other projects these days.

yanick commented 1 year ago

cromedome++ for the more specific names. Dancer2::StandardsOfConduct and Dancer2::Contributing sounds good to me. I have no special feeling for any wording, but the more descriptive, the better it is!

cromedome commented 1 year ago

@yanick updated contribution guidelines in #1691.

I am going one step further and documenting my release procedure in another PR. I'll create something akin to ReleasingDancer2.md, and document things there. As part of this, I'll link to semver.org and provide examples of how we will use it.

cromedome commented 1 year ago

@yanick see also #1693, I think all the bases are covered now! I make reference to semver in the releasing document.

cromedome commented 1 year ago

Considering this resolved with the merge of #1693.