ctrlpanel/.github/CONTRIBUTING.md

834 B

Contributing

When contributing to this repository, please go through the open issues to see if you can contribute to something. If you want to contribute something that is not in the issues you can make an issue and wait for response from the dev team.

Please note we have a code of conduct, please follow it in all your interactions with the project.

If you added any Strings which are displayed at the frontend please localize them (e.g. "New String" -> {{ __('New String') }}) and run the localization string generation:

php artisan translatable:export en

Pull request process

  1. Give your PR a good descriptive title, so we can view immediately what the PR is about.
  2. The dev team will look at your code and approve / merge when possible.
  3. Make sure your PR follows our code of conduct and coding style.