Sha256: 6416de272ba5660966394cc0724b914873e97fe8de8bbc4272521717e2b17132

Contents?: true

Size: 831 Bytes

Versions: 48

Compression:

Stored size: 831 Bytes

Contents

Contributing to Parser
----------------------

Parser uses [Semantic Versioning](http://semver.org). Additionally, Parser employs a script to extract information from VCS (git) log and form a Changelog file. Thus, each commit which affects the public API in any way must be marked with one of the following sigils, or characters at the beginning of line:

 * `-` for bugfixes. For example: `- lexer.rl: fixed lexing of "alias $foo $bar".`
 * `+` for features. For example: `+ Implemented Parser::Rewriter, a module for non-intrusive rewriting of source code.`
 * `*` for miscellaneous changes. For example: `* Converted measurement units from metric to imperial.`

These categories map nicely to semantic versioning: `-` bugfixes increment patchlevel, `+` features increment minor version, `*` API changes increment major version.

Version data entries

48 entries across 48 versions & 2 rubygems

Version Path
rubyjobbuilderdsl-0.0.2 vendor/bundle/ruby/2.1.0/gems/parser-2.2.0.pre.4/CONTRIBUTING.md
rubyjobbuilderdsl-0.0.1 vendor/bundle/ruby/2.1.0/gems/parser-2.2.0.pre.4/CONTRIBUTING.md
parser-2.2.2.1 CONTRIBUTING.md
parser-2.2.2.0 CONTRIBUTING.md
parser-2.2.0.4 CONTRIBUTING.md
parser-2.2.0.3 CONTRIBUTING.md
parser-2.2.0.2 CONTRIBUTING.md
parser-2.2.0.1 CONTRIBUTING.md
parser-2.2.0 CONTRIBUTING.md
parser-2.2.0.pre.8 CONTRIBUTING.md
parser-2.2.0.pre.7 CONTRIBUTING.md
parser-2.2.0.pre.6 CONTRIBUTING.md
parser-2.2.0.pre.5 CONTRIBUTING.md
parser-2.2.0.pre.4 CONTRIBUTING.md
parser-2.2.0.pre.3 CONTRIBUTING.md
parser-2.2.0.pre.2 CONTRIBUTING.md
parser-2.2.0.pre.1 CONTRIBUTING.md
parser-2.1.9 CONTRIBUTING.md
parser-2.1.8 CONTRIBUTING.md
parser-2.1.7 CONTRIBUTING.md