18. Skip to content

18. Developer workflows

18.1 Adding a feature

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

18.2 Fixing a bug

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

18.3 Make PR for feature/bug fix

18.3.1 Committing to project

Follow our Commit message conventions.

18.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.