49. Skip to content

49. Developer Workflows

49.1 Adding a Feature

  • Create an Issue
  • Wait for it to be added to a Sprint
  • Functional Tests
  • Playwright Tests
  • Write end user documentation

49.2 Fixing a Bug

  • Claim an Issue
  • Wait for it to be added to a Sprint
  • Regression Test
  • Implement Fix

49.3 Make PR for Feature/Bug Fix

49.3.1 Committing To Project

Follow our commit message conventions.

49.3.2 Pull Request Template

If it has related issues, add links to the issues(like #123) in the description. Fill in the Pull Request Template by check your case.