Development Guidelines - sovware/directorist GitHub Wiki
- We are using alpha branch for development, so please submit the pull request on alpha branch.
- Please maintain WordPress Coding Standards, you can use this sniffer tool if necessary: https://github.com/WordPress/WordPress-Coding-Standards
- Make sure that you use the LF line endings in your code. You can use this tool if necessary: EditorConfig
- Use a meaningful commit message.
- Don't modify the pot file, it will be updated by the team if necessary.