Update CONTRIBUTING.md

This commit is contained in:
Tristan B. Velloza Kildaire 2023-09-30 17:59:38 +02:00 committed by GitHub
parent b93ba97e4c
commit 537282dadd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -7,4 +7,10 @@ via D's templating capabilities.
Only make use of exceptions where it is absolutely necessary, normally
go for an exception-less implementation and have an exception-based
one which re-uses the former.
one which re-uses the former.
Lastly, coverage cannot drop in any other piece of code due to the
addition of your code, we must ensure we don't introduce any bugs
into _other peoples'_ code who use this library.
**We want those people to feel comfortable that the library works**