If you want to do any changes follow this steps:
Clone the repo
$ git clone git@github.com:lemonwaysas/wordpress-woocommerce-lemonway-plugin.git
Note:
Don't forget to put your ssh public key into your gitlab account. Else try with http connection:
$ git clone https://github.com/lemonwaysas/wordpress-woocommerce-lemonway-plugin.git
Checkout into develop
branch
$ git checkout -b develop origin/develop
Write your modifications and save your files
Stage and commit your changes
// Stage all modifications
$ git add .
// Commit with message. For good practices see: https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md
$ git commit -m "fix(webkit): Not display card form selection if customer no have crad number"
Share your code
$ git push
Finally, send pull request
Go to your github account on this project and send a pull request to admin users.
You can easily build Wordpress package with composer.
If you don't have composer see: https://getcomposer.org/.
The following example take in consideration you have command composer
available in your PATH environment.
Instead you can use composer.phar
directly but it is less convenient.
zip
command is also required.
IMPORTANT: For now, make sure you are in master branch ($ git checkout master
)
Install dependencies In project's root run:
$ composer install
Build package
$ composer package
If build package is successful you can see zip file in dist/
.
You can found some informations about installation,configuration and how to use this module in Wiki.
Copyright 2015 Lemonway
This source file is subject to the MIT License
that is bundled with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://opensource.org/licenses/mit-license.php