Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.12 KB

CONTRIBUTING.md

File metadata and controls

53 lines (38 loc) · 2.12 KB

How to Contribute

This project is GPL-3.0 licensed and accepts contributions through GitHub pull requests.

Certificate of Origin

By contributing to this project you agree to the Developer Certificate of Origin (DCO). This document was created by the Linux Kernel community and is a simple statement that you, as a contributor, have the legal right to make the contribution. See the DCO file for details.

Principles

This repository adheres to the following principles:

  • Open: Contribution is always welcome.
  • Respectful: See the Code of Conduct.
  • Transparent and accessible: Work and collaboration should be done in public. See Governance section for details.
  • Merit: Ideas and contributions are accepted according to their merit and alignment with the project objectives principles.

How to contribute

We are very happy to receive presentations from the Ansible community that you want to share. See the main README for steps to add a new presentation to this repository.

Please use a GitHub pull request to submit your contributions. If you have a question or are unsure if a contribution is wanted, please join us at:

Governance

The Ansible presentations repository uses the following governance model:


  • You can use the material in any presentation for your own presentation, but do give credit to the original author.
  • Do not edit someone else's presentation, except for grammar/spelling or other inconsistencies.
  • A PR SHOULD have a minimum of 2 reviews from Members before it is merged.
  • Members SHOULD NOT review/merge their own PRs except in exceptional cases.

  • All Contributions MUST be done using the GitHub PR process.
  • Any Contributor MAY submit any patches they feel are suitable for inclusion.
  • Any Contributor MAY review the patches of other Contributors.

(inspired by the C4 process)