Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the post-smtp domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/develop.tangible.one/htdocs/wp-includes/functions.php on line 6121
Feature Project Workflow (draft) – Develop

Develop


Feature Project Workflow (draft)

Based on the GitHub Pull Request Workflow.

A feature project is developed in its own Git branch with the naming convention, feature/feature-name.

Commits related to the feature can be pushed to that branch, and we can discuss technical details about the code on Bitbucket.

When the feature is ready to be released, you can create a pull request and set one or more reviewers. After any discussion or final commits to polish things up, the feature branch is merged into the main branch.

Some feature branches short-lived: after they're merged, they can be removed. Other feature branches are long-lived: development can continue, occasionally making pull requets and merging to main. These should be refreshed and sync with the rest of the plugin by merging from the main branch regularly.