|
| 1 | +wp-cli/db-command |
| 2 | +================= |
| 3 | + |
| 4 | +Perform basic database operations using credentials stored in wp-config.php |
| 5 | + |
| 6 | +[](https://travis-ci.org/wp-cli/db-command) |
| 7 | + |
| 8 | +Quick links: [Using](#using) | [Installing](#installing) | [Contributing](#contributing) |
| 9 | + |
| 10 | +## Using |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | +## Installing |
| 15 | + |
| 16 | +Installing this package requires WP-CLI v1.1.0 or greater. Update to the latest stable release with `wp cli update`. |
| 17 | + |
| 18 | +Once you've done so, you can install this package with `wp package install wp-cli/db-command`. |
| 19 | + |
| 20 | +## Contributing |
| 21 | + |
| 22 | +We appreciate you taking the initiative to contribute to this project. |
| 23 | + |
| 24 | +Contributing isn’t limited to just code. We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation. |
| 25 | + |
| 26 | +### Reporting a bug |
| 27 | + |
| 28 | +Think you’ve found a bug? We’d love for you to help us get it fixed. |
| 29 | + |
| 30 | +Before you create a new issue, you should [search existing issues](https://github.com/wp-cli/db-command/issues?q=label%3Abug%20) to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version. |
| 31 | + |
| 32 | +Once you’ve done a bit of searching and discovered there isn’t an open or fixed issue for your bug, please [create a new issue](https://github.com/wp-cli/db-command/issues/new) with the following: |
| 33 | + |
| 34 | +1. What you were doing (e.g. "When I run `wp post list`"). |
| 35 | +2. What you saw (e.g. "I see a fatal about a class being undefined."). |
| 36 | +3. What you expected to see (e.g. "I expected to see the list of posts.") |
| 37 | + |
| 38 | +Include as much detail as you can, and clear steps to reproduce if possible. |
| 39 | + |
| 40 | +### Creating a pull request |
| 41 | + |
| 42 | +Want to contribute a new feature? Please first [open a new issue](https://github.com/wp-cli/db-command/issues/new) to discuss whether the feature is a good fit for the project. |
| 43 | + |
| 44 | +Once you've decided to commit the time to seeing your pull request through, please follow our guidelines for creating a pull request to make sure it's a pleasant experience: |
| 45 | + |
| 46 | +1. Create a feature branch for each contribution. |
| 47 | +2. Submit your pull request early for feedback. |
| 48 | +3. Include functional tests with your changes. [Read the WP-CLI documentation](https://wp-cli.org/docs/pull-requests/#functional-tests) for an introduction. |
| 49 | +4. Follow the [WordPress Coding Standards](http://make.wordpress.org/core/handbook/coding-standards/). |
| 50 | + |
| 51 | + |
| 52 | +*This README.md is generated dynamically from the project's codebase using `wp scaffold package-readme` ([doc](https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-readme)). To suggest changes, please submit a pull request against the corresponding part of the codebase.* |
0 commit comments