diff options
author | Fredrik Gustafsson <[email protected]> | 2013-07-02 10:29:40 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-07-02 10:29:40 +0200 |
commit | 829eb3c3daf82be6777673e87d523ec977e9f196 (patch) | |
tree | 6a28b4c60eaaed548e7a3e72116a11643b4f6fca | |
parent | b869f69e056c1e9d8850c51bb51fca03aa7d5962 (diff) | |
parent | f4394d1b8a170010887597c013be556284e86766 (diff) | |
download | otp-829eb3c3daf82be6777673e87d523ec977e9f196.tar.gz otp-829eb3c3daf82be6777673e87d523ec977e9f196.tar.bz2 otp-829eb3c3daf82be6777673e87d523ec977e9f196.zip |
Merge branch 'fredrik/fix_readme_pulls' into maint
* fredrik/fix_readme_pulls:
readme: changed information about pull requests
-rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -28,10 +28,13 @@ Here are the [instructions for submitting patches] [2]. In short: * We prefer to receive proposed updates via email on the - [`erlang-patches`] [3] mailing list rather than through a pull request. - Pull requests are not practical because we have a strict policy never to - merge any untested changes to the development branch (the only exception - being **obviously** correct changes, such as corrections of typos). + [`erlang-patches`] [3] mailing list or through a pull request. + +* Pull requests will be handled once everyday and there will be + essential testing before we will take a decision on the outcome + of the request. If the essential testings fails, the pull request + will be closed and you will have to fix the problem and submit another + pull request when this is done. * We merge all proposed updates to the `pu` (*proposed updates*) branch, typically within one working day. |