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)