Sha256: b8c1d9af8d58d04a832f0e0449b6cd82e42bb0489f8d65af715e7f03ccbb109e

Contents?: true

Size: 1.08 KB

Versions: 16

Compression:

Stored size: 1.08 KB

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 (including tests) and commit them
- run the tests to make sure you haven't broken anything: ```rspec```
- 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

16 entries across 16 versions & 2 rubygems

Version Path
cardtapp-cloudformation-ruby-dsl-0.0.1.pre.3 docs/Contributing.md
cardtapp-cloudformation-ruby-dsl-0.0.1.pre.pre2 docs/Contributing.md
cardtapp-cloudformation-ruby-dsl-0.0.1.pre.pre1 docs/Contributing.md
cloudformation-ruby-dsl-1.5.0 docs/Contributing.md
cloudformation-ruby-dsl-1.4.6 docs/Contributing.md
cloudformation-ruby-dsl-1.4.5 docs/Contributing.md
cloudformation-ruby-dsl-1.4.3 docs/Contributing.md
cloudformation-ruby-dsl-1.4.2 docs/Contributing.md
cloudformation-ruby-dsl-1.4.1 docs/Contributing.md
cloudformation-ruby-dsl-1.4.0 docs/Contributing.md
cloudformation-ruby-dsl-1.3.2 docs/Contributing.md
cloudformation-ruby-dsl-1.2.6 docs/Contributing.md
cloudformation-ruby-dsl-1.3.1 docs/Contributing.md
cloudformation-ruby-dsl-1.3.0 docs/Contributing.md
cloudformation-ruby-dsl-1.2.5 docs/Contributing.md
cloudformation-ruby-dsl-1.2.4 docs/Contributing.md