Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 858 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (20 loc) · 858 Bytes

Contributing

Report an issue or a feature proposal

To submit an issue or a feature, please fill as possible the template.

Contribute

To contribute to a Puppet module project, please read the Contributing to Puppet modules guide.

Tests

This project contains tests for rspec-puppet.

Quickstart to run all linter and unit tests:

bundle install --path .vendor/
bundle exec rake test

Or

pdk validate
pdk test unit

Pull Request

It is very much appreciated to check your Puppet manifest with puppet-lint to follow the recommended Puppet style guidelines from the Puppet Labs style guide.
Please run tests before, to don't break the CI.