Skip to content

Create a pull request

After testing your playbooks, follow these steps to submit your contribution:

  1. Add changes: Prepare your changes:

    git add.
    
  2. Commit the changes: Commit your changes with a meaningful message that briefly explains the work done.

    git commit -m “Short and precise description of what you did”
    
  3. Send changes: Send the changes to the repository

    git push origin <branch_name>
    
  4. Create PR: Open the pull request in the main repository

Pull Request:

When you open the pull request, there is a template that needs to be filled out:

Pull Request