Custom WordPress theme designed to work with ACF plugin. -- The theme use PSR-2 Coding Standard
git clone
orgit pull origin master
git checkout -b feature/{Task Number}
- for bugsbug/{Task Number}
- Do your work...
- Commit your changes - be explicit (Ask yourself what work was done in this files if the answer is too long split the files to different commits).
- Export and commit your ACF changes in
/sync/export.json
file. git pull origin master
git push origin feature/{Task Number}
- Go to github.com and create a pull request (PR).
`https://sujipthapa.co/blog/psr-2-coding-standard-automatically-format-in-sublime-text`