63. Skip to content

63. Github Workflows

63.1 Adding a Feature

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

63.2 Fixing a Bug

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

63.3 Make PR for Feature/Bug Fix

63.3.1 Committing To Project

Follow our commit message conventions.

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