diff --git a/decisions/ADR-04-conflicting-contributions.md b/decisions/ADR-04-conflicting-contributions.md index 6c58890..526f6c0 100644 --- a/decisions/ADR-04-conflicting-contributions.md +++ b/decisions/ADR-04-conflicting-contributions.md @@ -15,13 +15,13 @@ Sometimes, new functionality for this library is suggested that is already cover We could forgo adding existing solutions to our codebase. This would get around any kind of related conflict and the solutions would still be available. -On the other hand, one of the goals of this library is to provide thoroughly testede solutions to make it easier for enterprise users to consume just one approved library. +On the other hand, one of the goals of this library is to provide thoroughly tested solutions to make it easier for enterprise users to consume just one approved library. -## Combine learnings from multiple solutions +### Combine learnings from multiple solutions We could research alternatives and try to combine what we learn from those that are willing to contribute to create an improved solution. -### Decide for a competing solutino +### Decide for a competing solution We could also decide on one of the competing solutions where the maintainer is interested in contributing it to this library. This would be less work than combining multiple solutions, but it could lead to sub-par results.