diff --git a/CONTRIBUTING.md b/CONTRIBUTE.md similarity index 57% rename from CONTRIBUTING.md rename to CONTRIBUTE.md index 785bfb308..d58cb0418 100644 --- a/CONTRIBUTING.md +++ b/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 @@ -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 before opening your pull request. \ No newline at end of file diff --git a/Contributor Agreement.docx b/Contributor Agreement.docx deleted file mode 100644 index 24f2904a3..000000000 Binary files a/Contributor Agreement.docx and /dev/null differ diff --git a/ContributorAgreement.pdf b/ContributorAgreement.pdf new file mode 100644 index 000000000..788773a05 Binary files /dev/null and b/ContributorAgreement.pdf differ