Skip to content

Commit

Permalink
Fix wording of guide
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Deutsch <[email protected]>
  • Loading branch information
fabiand committed Aug 25, 2023
1 parent ecc0907 commit a8387ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reviewer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ The lowest bar for acceptable golang **coding standards** (anti-patterns, coding
The lowest **testing bar** to pass:
* New code requires new unit tests.
* New features at least on e2e test (only the core case must be tested)
* Bug fixes might require an update to or a new unit or e2e test
* Bug fixes might require an update to existing or the creation of new unit or e2e test

0 comments on commit a8387ff

Please sign in to comment.