Skip to content

Commit

Permalink
Mess around with wording and switch to using a pdf for the contributo…
Browse files Browse the repository at this point in the history
…r agreement
  • Loading branch information
process-bot committed Dec 14, 2013
1 parent 0ce1d53 commit cd4b4e2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions CONTRIBUTING.md → CONTRIBUTE.md
@@ -1,11 +1,20 @@
# Contributing to Elm

Thanks helping with the development of Elm! **Here's how you can help.**
Thanks helping with the development of Elm! This document
describes the basic standards for opening pull requests:

## Opening a PR
## Branches

The master branch of Elm is used for tagging releases, and the dev branch is
where the most active development occurs.
* The master branch of Elm is for tagging previous releases
and non-breaking changes, like bug fixes. This branch is
handy for folks who want to build the most recent public
release from source.

* The dev branch is where the most active development occurs.
It is the home of the next release of the compiler so new
features and improvements get merged there.

## Opening a pull request

**Please open PRs against the [dev branch of
Elm](http://github.com/evancz/elm/tree/dev) whenever possible.** Changes that
Expand All @@ -22,5 +31,5 @@ sure that your changes maintain this compatibility.

## Licensing

You should sign the [contributor agreement](Contributor Agreement.docx?raw=true)
You should sign the [contributor agreement](ContributorAgreement.pdf)
and send it to <info@elm-lang.org> before opening your pull request.
Binary file removed Contributor Agreement.docx
Binary file not shown.
Binary file added ContributorAgreement.pdf
Binary file not shown.

0 comments on commit cd4b4e2

Please sign in to comment.