Code Reviews
Reviewing of PRs
🥅 Goals
Improve code quality
Grow by learning
Develop shared understanding
Pull Request
Changes should go through Pull Request (PR) for code review.
Templates
Typescript Checklist
ESLint
Setting up Prettier
Pre-commit hooks
We're using husky
Auto formatting with VS Code
Slack Bot Integration
There are bots to help signal for code reviews.
Please see, HOV DevOps Bot
Recipes
Gherkin
Each Scenario
should be independent
Scenario
should be independentIt could run alone and should not rely upon other scenarios to run correctly.
Resources
Last updated
Was this helpful?