Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 895 Bytes

CONTRIBUTING.md

File metadata and controls

50 lines (36 loc) · 895 Bytes

Adminx Contribution Guide

To start contributing to this project:

  • Fork this repository on Github
  • Clone your fork
  • Create a branch
  • Make your changes and commit them
  • Push your branch to your fork
  • Make a pull request on Github

Branch

Send pull requests to branch master.

Tests

To run the tests, run this command:

$ composer test

PHP CS Fixer

To run php cs fixer:

$ composer format

This command makes style fixes on the source code.

Make ready environment

After cloning this project, do the following steps to make ready development environment:

git clone <your-fork>
cd adminx

# install the dependencies
composer install

# run php cs and tests
composer all

Start coding!

Idea

If you want to find a task for contribution: