Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.51 KB

CONTRIBUTING.md

File metadata and controls

36 lines (25 loc) · 1.51 KB

Contributing

For general contribution and community guidelines, please see the community repo.

Contributing

  1. Fork the project
  2. Clone your fork
  3. Make local changes to your fork by editing files
  4. Commit your changes
  5. Push your local changes to the remote server
  6. Create new Pull Request

From here your pull request will be reviewed and once you've responded to all feedback it will be merged into the project. Congratulations, you're a contributor!

Testing

To run the tests:

$ cd tests
$ ./test.sh

Releasing

To create a new release, follow the instructions in our general release guidelines here.

The project version is stored in the VERSION file. The metadata file meta/main.yml may also need to be updated with each release.

When a new tag is added to this project, the new version is automatically available in Ansible Galaxy.