$ git clone [email protected]:Astoundify/wp-job-manager-contact-listing.git && cd wp-job-manager-contact-listing.git
master
branch is always what is currently deployed on WordPress.org, which means nothing should be committed directly to this branch.
- All commits should relate to an existing issue on Github.
- Create a new based off the current release branch related to the issue number. For example
issue/123
- Add your changes.
- Open a Pull Request against the next release branch.
- Assign at least one reviewer other than yourself to the Pull Request.
- Once reviewed the reviewer can merge the feature in to the
release/x.x.x
branch.