Repository: incubator-airflow Updated Branches: refs/heads/master 08a98f507 -> 6b2dec910
[AIRFLOW-1603] add PAYMILL to companies list Dear Airflow maintainers, Please accept this PR. I understand that it will not be reviewed until I have checked off all the steps below! - [x] My PR addresses the following [Airflow JIRA] (https://issues.apache.org/jira/browse/AIRFLOW/) issues and references them in the PR title. For example, "[AIRFLOW-XXX] My Airflow PR" - https://issues.apache.org/jira/browse/AIRFLOW-1603 - [x] Here are some details about my PR, including screenshots of any UI changes: - added my company to README.md - [x] My PR adds the following unit tests __OR__ does not need testing for this extremely good reason: - [x] My commits all reference JIRA issues in their subject lines, and I have squashed multiple commits if they address the same issue. In addition, my commits follow the guidelines from "[How to write a good git commit message](http://chris.beams.io/posts/git- commit/)": 1. Subject is separated from body by a blank line 2. Subject is limited to 50 characters 3. Subject does not end with a period 4. Subject uses the imperative mood ("add", not "adding") 5. Body wraps at 72 characters 6. Body explains "what" and "why", not "how" Closes #2603 from matthiashuschle/pr2 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/6b2dec91 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/6b2dec91 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/6b2dec91 Branch: refs/heads/master Commit: 6b2dec9101ac83a57e7c75ebc48268310a7d42d0 Parents: 08a98f5 Author: matthiashuschle <[email protected]> Authored: Thu Sep 14 14:16:17 2017 -0700 Committer: Siddharth Anand <[email protected]> Committed: Thu Sep 14 14:16:34 2017 -0700 ---------------------------------------------------------------------- README.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/6b2dec91/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index c74b6f7..fb621a6 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ Currently **officially** using Airflow: 1. [OneFineStay](https://www.onefinestay.com) [[@slangwald](https://github.com/slangwald)] 1. [Open Knowledge International](https://okfn.org) [@vitorbaptista](https://github.com/vitorbaptista) 1. [Pandora Media](https://www.pandora.com/) [[@Acehaidrey](https://github.com/Acehaidrey)] +1. [PAYMILL](https://www.paymill.com/) [[@paymill](https://github.com/paymill) & [@matthiashuschle](https://github.com/matthiashuschle)] 1. [PayPal](https://www.paypal.com/) [[@r39132](https://github.com/r39132) & [@jhsenjaliya](https://github.com/jhsenjaliya)] 1. [Postmates](http://www.postmates.com) [[@syeoryn](https://github.com/syeoryn)] 1. [Pronto Tools](http://www.prontotools.io/) [[@zkan](https://github.com/zkan) & [@mesodiar](https://github.com/mesodiar)]
