From 9514deb330ca1fb8c03b68621774f8dd978ef3a1 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Thu, 23 Nov 2023 09:19:55 -1000 Subject: [PATCH] Clarify Copilot usage for writing tests --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 38683758..2b8cd2f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -132,7 +132,7 @@ We use Bun's integrated testing system to write tests. You can find more informa Tests **must** be written for all API routes and all functions that are not trivial. If you are not sure whether you should write a test for something, you probably should. -To help with the creation of tests, you may find [GitHub Copilot](https://copilot.github.com/) useful (or some of its free alternatives like [Codeium](https://codeium.com/)) +To help with the creation of tests, you may find [GitHub Copilot](https://copilot.github.com/) useful (or some of its free alternatives like [Codeium](https://codeium.com/)). Please do not blindly copy the code that it generates, but use it as a starting point for your own tests. ### Writing documentation