Github Workflows¶
Adding a Feature¶
- Create an Issue
- Wait for it to be added to a Sprint
- Functional Tests
- Playwright Tests
- Write end user documentation
Fixing a Bug¶
- Claim an Issue
- Wait for it to be added to a Sprint
- Regression Test
- Implement Fix
Make PR for Feature/Bug Fix¶
Committing To Project¶
Follow our commit message conventions.
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.