PluginProbe
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP / 1.2.63
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP v1.2.63
1.2.74 1.2.73 1.2.72 1.2.71 1.2.70 1.2.69 1.2.68 1.2.67 1.2.66 1.2.65 1.2.64 1.2.63 trunk 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 All 174 releases
userswp / vendor / composer / installers / CONTRIBUTING.md

CONTRIBUTING.md in UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP 1.2.63, at vendor/composer/installers/CONTRIBUTING.md

25 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Contributing
2
3 If you would like to help, please take a look at the list of
4 [](https://github.com/composer/installers/issuesissues](https://github.com/composer/installers/issues](https://github.com/composer/installers/issues).
5
6 ## Pull requests
7
8 * [](https://help.github.com/articles/fork-a-repoFork and clone](https://help.github.com/articles/fork-a-repo](https://help.github.com/articles/fork-a-repo).
9 * Run the command `php composer.phar install` to install dependencies.
10 * Use the command `phpunit` to run the tests.
11 * Create a branch, commit, push and send us a
12 [](https://help.github.com/articles/using-pull-requestspull request](https://help.github.com/articles/using-pull-requests](https://help.github.com/articles/using-pull-requests).
13
14 To ensure a consistent code base, you should make sure the code follows the
15 coding standards [](http://www.php-fig.org/psr/psr-1/PSR-1](http://www.php-fig.org/psr/psr-1/](http://www.php-fig.org/psr/psr-1/) and
16 [](http://www.php-fig.org/psr/psr-2/PSR-2](http://www.php-fig.org/psr/psr-2/](http://www.php-fig.org/psr/psr-2/).
17
18 ## Creating a new Installer
19
20 * Create a class with your Installer that extends `Composer\Installers\BaseInstaller`.
21 * Add your Installer to `Composer\Installers\Installer::$supportedTypes`.
22 * Create unit tests as a separate class or as part of `Composer\Installers\Test\InstallerTest`.
23 * Add information about your Installer to `README.md` in section "Current Supported Package Types".
24 * Run the tests.
25