50. Skip to content

50. Github Workflows

50.1 Adding a Feature

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

50.2 Fixing a Bug

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

50.3 Make PR for Feature/Bug Fix

50.3.1 Committing To Project

Follow our commit message conventions.

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