Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A light edit to "Pull Requests" to begin to address some detail gaps #70

Merged
merged 1 commit into from
Jun 21, 2017

Conversation

danielbachhuber
Copy link
Member

See #57, #10, #17

@@ -20,11 +24,15 @@ Lastly, please follow the [WordPress Coding Standards](http://make.wordpress.org

If you haven't submitted a pull request before, you'll want to install WP-CLI for local development:

1. Clone this git repository on your local machine.
1. Clone the WP-CLI git repository to your local machine: `git clone [email protected]:wp-cli/wp-cli.git ~/wp-cli`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be better here to use the "https://github.com" version of the request? It works for everyone, whereas for instance for me git clone git@... doesn't.

4. Run `./bin/wp --info` to test if everything was installed properly.

Commands bundled with WP-CLI (e.g. `wp scaffold plugin`) will be editable from the `vendor/wp-cli` directory (e.g. `vendor/wp-cli/scaffold-command`). You'll need to fork the repository appropriately in order to have an `origin` to push to.

Commands available for standalone installation (e.g. `wp dist-archive`) can be installed from source (e.g. `wp package install [email protected]:wp-cli/dist-archive-command.git`). Run `wp package path <package-name>` to find the appropriate directory to edit.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto.

@gitlost gitlost merged commit 48f2aa5 into master Jun 21, 2017
@gitlost gitlost deleted the 57-pull-request-docs branch June 21, 2017 13:59
schlessera pushed a commit that referenced this pull request Jan 25, 2022
A light edit to "Pull Requests" to begin to address some detail gaps

(Maybe consider the "https://github.com" request suggestion.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants