-
Notifications
You must be signed in to change notification settings - Fork 40
Contributing Guidelines
We strictly follow the WordPress coding guidelines and so should you if you're going to contribute to this repo. Thanks for abiding by these guidelines. WP–Flex contributors and myself love you for this.
http://codex.wordpress.org/WordPress_Coding_Standards
This means our branching is kept nice and clean allowing everyone else to see commits, merges and releases in a logical fashion. Please take the time to review this model to ensure your Pull Requests are accepted. The following items listed are the branches and naming conventions we adhere to.
Master, Develop, Release, Hotfix, Feature
In order to submit a Pull Request for a new feature or fix Please do the following...
- Update Your
master branch
with the original project'smaster branch
- Make sure you're following our coding standards and if you're not sure, please ask.
- Make a new branch for your new fix and name that branch accordingly
- Once you've made your changes and your commit, push your new branch to your project repo
- Now that your new branch has been created and pushed, you're ready for a Pull Request.
-
PLEASE SUBMIT ALL PR's to the
Develop
branch instead of theMaster
branch.
Keep it simple and as blank as possible –with the exception of the demo styles. Feel free to give back to the demo styles if you feel inclined.