-
Notifications
You must be signed in to change notification settings - Fork 36
Development Guidelines
Armanul46 edited this page Sep 16, 2025
·
3 revisions
- We are using development branch for development, so please submit the pull request on development 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.
General
Release Notes