Skip to content

Commit

Permalink
chore: Improve Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi committed Mar 14, 2024
1 parent 04ef185 commit dc4e7cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ We have multiple Fail-Early-Builds which run different versions of the KUKSA And
Our goal is to have an early indication which allows us more easily to find breaking or behavioral changes when running our SDK on a specific version of the Databroker.

When one of these builds fail a short validity check should be done:
- Where the correct versions of the SDK and Databroker used?
- Is it a sporadically failing test? Does a re-run fix it?
- Were the correct versions of the SDK and Databroker used?
- Is it a sporadically failing test? Does a re-run fixes it?
- Is apparent if the issue is inside the SDK (e.g. wrongly written test, bug) or inside the Databroker (e.g. behavioral change, bug)?

Using different versions of SDK and Databroker give different indications with varying importance. See the following list:
Using different versions of the SDK and Databroker give different indications with varying importance. See the following list:

**SDK:latestRelease -> Databroker:latestRelease**
This means that issues exist between the latest released version of the SDK and the latest released version of the Databroker.
Expand Down

0 comments on commit dc4e7cd

Please sign in to comment.