Pull requests that add any additional functionality should have tests which cover the new feature to ensure it does what is expected.
All platforms must have spec tests.
Only supported platforms will run functional tests with Beaker and Vagrant. Once a platform is end of life (EOL), it will no longer be supported and functional tests will be removed, though spec tests will remain.
Pull requests with failing tests will not be merged.
Fixes #<issue number>.Reference the issue number, in the format (GH-###).
(GH-901) Add support for foo
metadata.jsongithub_changelog_generatorCHANGELOG.md and change unreleased at the top to the version, such as v2.0.0, and change HEAD to the same version, such as v2.0.0.REFERENCE.md with the command bundle exec rake referencegit tag -a 'v2.0.0' -m 'v2.0.0'git push --tagsbundle exec rake strings:gh_pages:updatebundle exec rake spec_cleanrm -fr junitpuppet module build