From e45ef02b7563009492f44f8dfd1e258ac757556c Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 18 May 2016 10:20:51 +0300 Subject: [PATCH] readme changes --- CONTRIBUTING.md | 6 +++--- README.md | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ddac065b56..60ac1176aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,6 +5,6 @@ We welcome contributions! We'll improve this guide over time... *Please note: although our application is open-source we run a for-profit hosted service at [invoiceninja.com](https://www.invoiceninja.com).* Guidelines -- Try to follow [PSR-2 guidlines](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) -- Create pull requests against the develop branch -- Add translations in our [Transifex](https://www.transifex.com/invoice-ninja/) project +* Try to follow [PSR-2 guidlines](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) +* Create pull requests against the develop branch +* Submit translations through [Transifex](https://www.transifex.com/invoice-ninja/) diff --git a/README.md b/README.md index a784f230aa..9e85db49a0 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,8 @@ * [Feature Roadmap](https://trello.com/b/63BbiVVe/) ### Pull Requests -We're using the [Git-Flow](http://nvie.com/posts/a-successful-git-branching-model/) model of branching and releasing, **please create pull requests against the develop branch**. +* Please create pull requests against the develop branch +* Submit translations through [Transifex](https://www.transifex.com/invoice-ninja/) ### Contributors * [Troels Liebe Bentsen](https://github.com/tlbdk)