1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-08 02:29:38 +02:00
invoiceninja/CONTRIBUTING.md
2019-01-30 22:25:37 +11:00

1.8 KiB

Contributing to Invoice Ninja

Thanks for your contributions!

Submit bug reports or feature requests

Please discuss the changes with us ahead of time to ensure they will be merged.

Submit pull requests

Some rules

To make the contribution process nice and easy for anyone, please follow some rules:

  • Each contribution(bug or feature) should have an issue on Github to give a more detailed explanation.
  • Only one feature/bugfix per issue. If you want to submit more, create multiple issues.
  • Only one feature/bugfix per PR(pull request). Split more changes into multiple PRs.

Coding Style

Try to follow the PSR-2 guidlines

Example styling:

/**
 * Gets a preview of the email
 *
 * @param TemplateService $templateService
 *
 * @return \Illuminate\Http\Response
 */
public function previewEmail(TemplateService $templateService)
{
    //
}

Translations

For helping us with translating Invoice Ninja, please use Transifex.