Target the correct branch for Pull Requests
masterWhen submitting a pull request, ensure you target the appropriate branch based on the nature of your changes:
masterbranch: Use this for fixes against the stable release.developbranch: Use this for new features or fixes that introduce new elements to the public API (e.g., new public methods or properties).