Skip to content

Latest commit

Β 

History

History
48 lines (30 loc) Β· 1.93 KB

CONTRIBUTING.md

File metadata and controls

48 lines (30 loc) Β· 1.93 KB

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

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

Setting up a development environment

For setting up a wordpress development environment we recommend using Varying-Vagrant-Vagrants.

Follow the installation steps.

Once installed, run a vagrant up to provision the default WordPress instances on your disk.

Then clone this repository in the plugins folder:

$ cd ${PATH_TO_VVV}/www/wordpress-default/public_html/wp-content/plugins
$ git clone git@github.com:algolia/algoliasearch-wordpress.git

You should now be able to reach your Wordpress installation by visiting local.wordpress.dev

You can login to Wordpress admin dashboard please do that through the login page using the following

LOGIN CREDENTIALS : username : admin password : password

Need Help?

  • Let us have it! Don't hesitate to open a new issue on GitHub if you run into trouble or have any tips that we need to know and please be as specific as you can be when describing your issue so that we will have the needed information to reproduce and resolve the issue. Please keep in mind that the more information about the issue you give us, the faster we will be at resolving it.

Releasing

To release, you need to first create a release branch by running:

bin/release-branch.sh

This script will output all the un-committed changes so that you can choose what kind of version bump you want to operate.

Once the release branch is merged into master, you can update the plugin on wordpress.org by running the following:

bin/publish.sh