Skip to content

Backlog

~~Trello kanban board~~

The Trello backlog is not being maintained. The backlog was moved to Jira. Check out Slack for info.

Communication

Slack channel nl_littil_dev

Trunk 'Main' based development

Trunk based development is just about the easiest git based workflow there is. Just build and test a feature and commit/push it to the Main branch.

  • Try to prevent long-lived feature branches.
  • Every developer can push into the main branch.
  • Run tests before you push.
  • When you commit use the trello story name in the commit message
  • What gets pushed can be released, so be aware of this.
  • Of course, you can create a feature branch if you prefer. For example to create a PR for a review.

Read more about the pros and cons:

devops-tech-trunk-based-development


Last update: June 29, 2023
Authors: MarcelWildenburg