Sha256: 2dbc72f392089294a9a1e19ee5e32ea8b74ac11feab52eb76306efd234285f41

Contents?: true

Size: 1012 Bytes

Versions: 13

Compression:

Stored size: 1012 Bytes

Contents

# Contributing

Thanks for your interest in contributing! Here are some things you should know.

## Getting started

To get started:

- fork this project on github
- create a new branch named after the change you want to make; i.e., `git checkout -b mynewfeature`
- make your changes and commit them
- send a pull request to this project from your fork/branch

Once you've sent your pull request, one of the project collaborators will review it and provide feedback. Please accept this commentary as constructive! It is intended as such.

## git

We're opinionated about git. Don't be surprised if we ask you to update your pull request to meet the following standards.

- rebase+squash your branch into a single commit. For clean git history, we'd prefer we merged in just 1 commit that contains the entire set of changes.
- don't write commit messages longer than 50 characters. See [How to Write a Git Commit Message](http://chris.beams.io/posts/git-commit/) for some examples of how to achieve this, and why.

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
cloudformation-ruby-dsl-1.2.3 docs/Contributing.md
cloudformation-ruby-dsl-1.2.2 docs/Contributing.md
cloudformation-ruby-dsl-addedvars-1.2.4 docs/Contributing.md
cloudformation-ruby-dsl-1.2.1 docs/Contributing.md
cloudformation-ruby-dsl-1.2.0 docs/Contributing.md
cloudformation-ruby-dsl-1.1.0 docs/Contributing.md
cloudformation-ruby-dsl-1.0.5 docs/Contributing.md
cloudformation-ruby-dsl-1.0.4 docs/Contributing.md
cloudformation-ruby-dsl-1.0.3 docs/Contributing.md
cloudformation-dsl-0.1.0 docs/Contributing.md
cloudformation-ruby-dsl-1.0.1 docs/Contributing.md
cloudformation-ruby-dsl-1.0.0 docs/Contributing.md
cloudformation-ruby-dsl-0.5.4 docs/Contributing.md