Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 600 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (15 loc) · 600 Bytes

How to contribute

Some thoughts,

Core vs Modules

New functionality is typically directed toward modules

Getting Started

  • Make sure you have a GitHub account.
  • Submit a issue before making changes
  • Fork the repository on GitHub.

Making Changes

  • Create a topic branch from where you want to base your work.
    • This is usually the master branch.

Making Trivial Changes

Submitting Changes

  • Push your changes to a topic branch in your fork of the repository.
  • Submit a pull request to the repository in the puppetlabs organization.