From dd93dc9f3c16daf63d7e55c107f93e6f2267fa15 Mon Sep 17 00:00:00 2001 From: Roman Leonenkov <6890447+grafviktor@users.noreply.github.com> Date: Wed, 7 Feb 2024 00:49:28 +0000 Subject: [PATCH] DOCUMENT: Adjust project documentation --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 04dd0d6..0432a26 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,4 +23,4 @@ Major parts of your changes must be covered by unit tests. If you encountered a bug or a problem please raise a "New Issue" on the [issues](https://github.com/grafviktor/goto/issues) page first. Reporting an issue alone is already a great help for the project. If you have enough energy to send a bugfix you will help all those people who use the application. Please, leave a comment beneath the issue letting all know that the work is in progress, if you decide to resolve one of the problems. -Though, in this project we're not following [TDD](https://en.wikipedia.org/wiki/Test-driven_development) practices, unit test coverage is a must. However, you can send your bugfix without tests. In that case, the project authors will be responsible for adding unit tests on your behalf. +Though, in this project we do not follow [TDD](https://en.wikipedia.org/wiki/Test-driven_development) practices, unit test coverage is a must. However, you can send your bugfix without tests. In that case, the project authors will be responsible for adding unit tests on your behalf.