24. Skip to content

🚧 This document is still under construction

24. Developer Workflows¶

24.1 Adding a Feature¶

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

24.2 Fixing a Bug¶

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

24.3 Make PR for Feature/Bug Fix¶

24.3.1 Committing To Project¶

Follow our commit message conventions.

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


Last update: September 1, 2023