Update README files with local dev environment setup#729
Conversation
ingeniumed
left a comment
There was a problem hiding this comment.
Could you make this change in your PR as well? Essentially, you'd need to:
- Change GPL2+ to GPL3+ in
composer.json - Add a LICENSE file at the root of the repo which is the GPL3 license
Also, I'll change your branch base to develop as we merge our changes in there first before cutting a release for master.
|
|
||
| = 0.1.5 = | ||
| * Ability to assign custom statuses to posts | ||
| === Edit Flow === |
There was a problem hiding this comment.
I had this happen as well, and the way I avoided the entire file changing was by doing cmd+k followed by s in vscode. That way it didn't format this file. Prob worth adding it to the prettierignore maybe
There was a problem hiding this comment.
I've tried reverting the changes and doing what you suggested but git is saying there are no changes to commit 🤔
There was a problem hiding this comment.
On second thoughts, lets leave it so we don't need to keep doing this revert. Better to get it done in one go
@ingeniumed Updated the license in 22551d3 |
@ingeniumed I've changed the target branch as well |
Description
This PR updates the README files with instructions on how to set up a local development environment using
wp-env.Steps to Test
N/A